|
@@ -12,7 +12,6 @@
|
|
#include <linux/param.h>
|
|
#include <linux/param.h>
|
|
#include <linux/spinlock.h>
|
|
#include <linux/spinlock.h>
|
|
#include <linux/timex.h>
|
|
#include <linux/timex.h>
|
|
-#include <asm/i8253.h>
|
|
|
|
|
|
|
|
/* i8253A PIT registers */
|
|
/* i8253A PIT registers */
|
|
#define PIT_MODE 0x43
|
|
#define PIT_MODE 0x43
|
|
@@ -26,4 +25,6 @@
|
|
|
|
|
|
extern raw_spinlock_t i8253_lock;
|
|
extern raw_spinlock_t i8253_lock;
|
|
|
|
|
|
|
|
+extern void setup_pit_timer(void);
|
|
|
|
+
|
|
#endif /* __LINUX_I8253_H */
|
|
#endif /* __LINUX_I8253_H */
|