summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2017-03-27 14:31:42 +0200
committerMichael Brown2017-03-27 14:41:22 +0200
commit6bd0060f265907dc4cd687926777c19fc3c7a683 (patch)
tree47b86df501506d8d84f15506a6a1302aeabc6e98 /src/include
parent[int13con] Avoid overwriting random portions of SAN boot disks (diff)
downloadipxe-6bd0060f265907dc4cd687926777c19fc3c7a683.tar.gz
ipxe-6bd0060f265907dc4cd687926777c19fc3c7a683.tar.xz
ipxe-6bd0060f265907dc4cd687926777c19fc3c7a683.zip
[time] Add sleep_fixed() function to sleep without checking for Ctrl-C
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/timer.h b/src/include/ipxe/timer.h
index e6b95172..a6dffaf1 100644
--- a/src/include/ipxe/timer.h
+++ b/src/include/ipxe/timer.h
@@ -75,5 +75,6 @@ extern void udelay ( unsigned long usecs );
extern void mdelay ( unsigned long msecs );
extern unsigned long currticks ( void );
extern unsigned int sleep ( unsigned int seconds );
+extern void sleep_fixed ( unsigned int secs );
#endif /* _IPXE_TIMER_H */