aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/sound/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/sound/sound.h')
-rw-r--r--src/kernel/sound/sound.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kernel/sound/sound.h b/src/kernel/sound/sound.h
new file mode 100644
index 0000000..baf70b2
--- /dev/null
+++ b/src/kernel/sound/sound.h
@@ -0,0 +1,6 @@
+#ifndef MELVIX_SOUND_H
+#define MELVIX_SOUND_H
+
+void beep(uint32_t frequency, uint32_t ticks);
+
+#endif