]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/delay.h
vfs: remove unused MNT_STRICTATIME
[karo-tx-linux.git] / include / linux / delay.h
index fd832c6d419efc377a698eecd146032d5f68a8d1..a6ecb34cf547da29ad16edf8b109de2511d10cd5 100644 (file)
@@ -45,6 +45,7 @@ extern unsigned long lpj_fine;
 void calibrate_delay(void);
 void msleep(unsigned int msecs);
 unsigned long msleep_interruptible(unsigned int msecs);
+void usleep_range(unsigned long min, unsigned long max);
 
 static inline void ssleep(unsigned int seconds)
 {