aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/sound/sound.h
diff options
context:
space:
mode:
authorMarvin Borner2019-09-25 22:57:33 +0200
committerMarvin Borner2019-09-25 22:57:33 +0200
commit8ebf584bbb43584b671b79d5166e00268a7c9661 (patch)
tree466abea4e6da201e7b432d7394e1bf21cbbe1d98 /src/kernel/sound/sound.h
parent16b8a48d1de16a5982cf983a282832fd4ed01f85 (diff)
Fixed several TTY bugs and improved VESA detection
Diffstat (limited to 'src/kernel/sound/sound.h')
-rw-r--r--src/kernel/sound/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/sound/sound.h b/src/kernel/sound/sound.h
index baf70b2..15c67c5 100644
--- a/src/kernel/sound/sound.h
+++ b/src/kernel/sound/sound.h
@@ -1,6 +1,8 @@
#ifndef MELVIX_SOUND_H
#define MELVIX_SOUND_H
+#include <stdint.h>
+
void beep(uint32_t frequency, uint32_t ticks);
#endif