diff options
Diffstat (limited to 'include/arch/i686/drivers/pcspkr.h')
| -rw-r--r-- | include/arch/i686/drivers/pcspkr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/arch/i686/drivers/pcspkr.h b/include/arch/i686/drivers/pcspkr.h new file mode 100644 index 0000000..84e640f --- /dev/null +++ b/include/arch/i686/drivers/pcspkr.h @@ -0,0 +1,3 @@ +#include <stdint.h> + +void pcspkr_play(uint32_t freq); |