rename 8253pit.c to timer.c

This commit is contained in:
rsc 2007-08-28 04:40:58 +00:00
parent eae04163a7
commit 9e82bfb04c
5 changed files with 38 additions and 51 deletions

6
defs.h
View file

@ -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;