rename 8253pit.c to timer.c
This commit is contained in:
parent
eae04163a7
commit
9e82bfb04c
5 changed files with 38 additions and 51 deletions
6
defs.h
6
defs.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue