Forward-declare struct trapframe to allow the aic module to compile.

This commit is contained in:
Peter Grehan 2005-12-24 08:27:45 +00:00
parent 92dc287fdd
commit 4ca162b6c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153701

View File

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