mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 11:14:01 +00:00
接着上个
This commit is contained in:
12
clks.local.bak/include/clks/audio.h
Normal file
12
clks.local.bak/include/clks/audio.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef CLKS_AUDIO_H
|
||||
#define CLKS_AUDIO_H
|
||||
|
||||
#include <clks/types.h>
|
||||
|
||||
void clks_audio_init(void);
|
||||
clks_bool clks_audio_available(void);
|
||||
clks_bool clks_audio_play_tone(u64 hz, u64 ticks);
|
||||
void clks_audio_stop(void);
|
||||
u64 clks_audio_play_count(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user