comments; rename irq_ to pic_
This commit is contained in:
parent
5516be1fed
commit
eb52c7de1d
9 changed files with 25 additions and 18 deletions
2
defs.h
2
defs.h
|
|
@ -85,7 +85,7 @@ void mp_init(void);
|
|||
void mp_startthem(void);
|
||||
|
||||
// picirq.c
|
||||
void irq_enable(int);
|
||||
void pic_enable(int);
|
||||
void pic_init(void);
|
||||
|
||||
// pipe.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue