diff options
Diffstat (limited to 'include/linux/delay.h')
-rw-r--r-- | include/linux/delay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/delay.h b/include/linux/delay.h index b78bab4395d8..8e6828094c1e 100644 --- a/include/linux/delay.h +++ b/include/linux/delay.h | |||
@@ -55,6 +55,7 @@ static inline void ndelay(unsigned long x) | |||
55 | 55 | ||
56 | extern unsigned long lpj_fine; | 56 | extern unsigned long lpj_fine; |
57 | void calibrate_delay(void); | 57 | void calibrate_delay(void); |
58 | void __attribute__((weak)) calibration_delay_done(void); | ||
58 | void msleep(unsigned int msecs); | 59 | void msleep(unsigned int msecs); |
59 | unsigned long msleep_interruptible(unsigned int msecs); | 60 | unsigned long msleep_interruptible(unsigned int msecs); |
60 | void usleep_range(unsigned long min, unsigned long max); | 61 | void usleep_range(unsigned long min, unsigned long max); |