Forward-declare struct trapframe to allow the aic module to compile.
This commit is contained in:
parent
92dc287fdd
commit
4ca162b6c4
@ -15,6 +15,8 @@ extern int disable_rtc_set;
|
||||
extern int wall_cmos_clock;
|
||||
extern int adjkerntz;
|
||||
|
||||
struct trapframe;
|
||||
|
||||
int sysbeep(int pitch, int period);
|
||||
int acquire_timer2(int mode);
|
||||
int release_timer2(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user