aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/sound/sound.h
blob: 15c67c5f641e9d46397f392f5a937b57378aa7b2 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef MELVIX_SOUND_H
#define MELVIX_SOUND_H

#include <stdint.h>

void beep(uint32_t frequency, uint32_t ticks);

#endif