aboutsummaryrefslogtreecommitdiff
path: root/include/arch/i686/drivers/pcspkr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/i686/drivers/pcspkr.h')
-rw-r--r--include/arch/i686/drivers/pcspkr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/arch/i686/drivers/pcspkr.h b/include/arch/i686/drivers/pcspkr.h
new file mode 100644
index 0000000..84e640f
--- /dev/null
+++ b/include/arch/i686/drivers/pcspkr.h
@@ -0,0 +1,3 @@
+#include <stdint.h>
+
+void pcspkr_play(uint32_t freq);