summaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload/curses')
-rw-r--r--payloads/libpayload/curses/local.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/payloads/libpayload/curses/local.h b/payloads/libpayload/curses/local.h
index 0a861ceed8..001edab4ef 100644
--- a/payloads/libpayload/curses/local.h
+++ b/payloads/libpayload/curses/local.h
@@ -59,8 +59,6 @@
#undef USE_TERMLIB
#include <libpayload.h>
-#include <arch/types.h>
-#include <arch/io.h>
#include <curses.h>
#include <curses.priv.h>
@@ -86,9 +84,4 @@ extern int curses_flags;
/* Share the color table for easy lookup */
extern unsigned char color_pairs[256];
-/* speaker.c */
-void speaker_enable(u16 freq);
-void speaker_disable(void);
-void speaker_tone(u16 freq, unsigned int duration);
-
#endif