comments; rename irq_ to pic_

This commit is contained in:
rsc 2007-08-28 19:04:36 +00:00
parent 5516be1fed
commit eb52c7de1d
9 changed files with 25 additions and 18 deletions

2
defs.h
View file

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