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.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/kernel/sound/sound.h b/src/kernel/sound/sound.h
deleted file mode 100644
index 001ef92..0000000
--- a/src/kernel/sound/sound.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef MELVIX_SOUND_H
-#define MELVIX_SOUND_H
-
-#include <stdint.h>
-
-/**
- * Beep in specific frequency for amount of ticks
- * @param frequency The frequency of the beep
- * @param ticks The duration in ticks
- */
-void beep(u32 frequency, u32 ticks);
-
-#endif \ No newline at end of file