diff options
author | Marvin Borner | 2020-06-17 18:31:46 +0200 |
---|---|---|
committer | Marvin Borner | 2020-06-17 18:31:46 +0200 |
commit | eed77bd2970a00d1394ed027ceca5b646e4671ce (patch) | |
tree | c44643d98aed2b6818f2b33417c0dea9c5853094 /src/kernel/sound/sound.h | |
parent | 49dfa1f4021026bf7c4d77817959c8aa24067016 (diff) |
Started rewrite
Diffstat (limited to 'src/kernel/sound/sound.h')
-rw-r--r-- | src/kernel/sound/sound.h | 13 |
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 |