diff options
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; |