diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-08-14 22:29:51 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-08-14 22:29:51 +0000 |
commit | 97439cb6ebb49fad9855cc975cc80fb3eb8db13b (patch) | |
tree | ce5375cd5e3ac7b2fa6109fd2725293db224665f /src/include/etherboot.h | |
parent | 562ab6d65ced8441a24616170426288f76b0fea6 (diff) | |
download | ipxe-97439cb6ebb49fad9855cc975cc80fb3eb8db13b.tar.gz |
Kill off poll_interruptions(); it is lethal when we're acting as a PXE
stack or INT 13 emulator etc.
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r-- | src/include/etherboot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h index 10abef1ec..e5a181536 100644 --- a/src/include/etherboot.h +++ b/src/include/etherboot.h @@ -222,7 +222,6 @@ extern int load_block P((unsigned char *, unsigned int, unsigned int, int )); extern void twiddle P((void)); extern void sleep P((int secs)); extern void interruptible_sleep P((int secs)); -extern void poll_interruptions P((void)); extern int strcasecmp P((const char *a, const char *b)); extern char *substr P((const char *a, const char *b)); |