diff options
| author | Maximilian Attems <janitor@sternwelten.at> | 2004-09-02 20:35:44 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-02 20:35:44 -0700 |
| commit | 52842ed79df3fafbdfa80cf30638d920b308e8ce (patch) | |
| tree | de6862021044b73ef8175849eeb5ca0f8118ab37 /include | |
| parent | b3cd39c197a0d849a521b57a41d7762a658bf551 (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')
| -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 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) { |
