X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=include%2Flinux%2Fi8253.h;h=8336b2f6f834627c462a0add39f4502aecfb5ed6;hp=e6bb36a97519b00f1aa5e438dc2f72501f93c682;hb=32e2524a529c1fd8e377738d6cdc2268ffd171ce;hpb=259a53407d9ae0c109902669c6f2f88a389dd163 diff --git a/include/linux/i8253.h b/include/linux/i8253.h index e6bb36a97519..8336b2f6f834 100644 --- a/include/linux/i8253.h +++ b/include/linux/i8253.h @@ -21,6 +21,7 @@ #define PIT_LATCH ((PIT_TICK_RATE + HZ/2) / HZ) extern raw_spinlock_t i8253_lock; +extern bool i8253_clear_counter_on_shutdown; extern struct clock_event_device i8253_clockevent; extern void clockevent_i8253_init(bool oneshot);