Commit 06b49c7a authored by Alan Cox's avatar Alan Cox Committed by Dave Jones

[PATCH] add pit_latch to headers to avoid warnings

parent 3cc636c2
......@@ -19,4 +19,8 @@ struct timer_opts{
#define TICK_SIZE (tick_nsec / 1000)
extern struct timer_opts* select_timer(void);
/* Modifiers for buggy PIT handling */
extern int pit_latch_buggy;
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment