diff options
| author | rsc <rsc> | 2007-08-28 04:40:58 +0000 |
|---|---|---|
| committer | rsc <rsc> | 2007-08-28 04:40:58 +0000 |
| commit | 9e82bfb04cc5644f32823fa9ec406261f05073b8 (patch) | |
| tree | c1329bb47af7959a7ea3b483429529567f13f813 /defs.h | |
| parent | eae04163a758cf1fa8cc47c8668e1e769f289bc6 (diff) | |
| download | xv6-labs-2022-9e82bfb04cc5644f32823fa9ec406261f05073b8.tar.xz xv6-labs-2022-9e82bfb04cc5644f32823fa9ec406261f05073b8.zip | |
rename 8253pit.c to timer.c
Diffstat (limited to 'defs.h')
| -rw-r--r-- | defs.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,9 +7,6 @@ struct proc; struct spinlock; struct stat; -// 8253pit.c -void pit8253_timerinit(void); - // bio.c void binit(void); struct buf* bread(uint, uint); @@ -140,6 +137,9 @@ int fetchint(struct proc*, uint, int*); int fetchstr(struct proc*, uint, char**); void syscall(void); +// timer.c +void timer_init(void); + // trap.c void idtinit(void); extern int ticks; |
