summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMaximilian Attems <janitor@sternwelten.at>2004-09-02 20:35:44 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-02 20:35:44 -0700
commit52842ed79df3fafbdfa80cf30638d920b308e8ce (patch)
treede6862021044b73ef8175849eeb5ca0f8118ab37 /include/linux
parentb3cd39c197a0d849a521b57a41d7762a658bf551 (diff)
[PATCH] Add msleep_interruptible() function to kernel/timer.c
Signed-off-by: Maximilian Attems <janitor@sternwelten.at> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/delay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/delay.h b/include/linux/delay.h
index d665e4b98711..5c43c336c849 100644
--- a/include/linux/delay.h
+++ b/include/linux/delay.h
@@ -39,6 +39,7 @@ extern unsigned long loops_per_jiffy;
#endif
void msleep(unsigned int msecs);
+unsigned long msleep_interruptible(unsigned int msecs);
static inline void ssleep(unsigned int seconds)
{