mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 00:02:44 +00:00
Forward-declare struct trapframe to allow the aic module to compile.
This commit is contained in:
parent
92dc287fdd
commit
4ca162b6c4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153701
@ -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…
Reference in New Issue
Block a user