index
:
kappa
master
An x86 operating system from scratch
Franklin Wei
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
arch
/
i686
/
drivers
/
pcspkr.h
blob: 84e640ff9e37f1d56510e09abc3a4fe4c924adfd (
plain
)
1
2
3
#include <stdint.h>
void
pcspkr_play
(
uint32_t
freq
);