summaryrefslogtreecommitdiff
path: root/kernel/drivers/ac97.h
blob: d7bacb6456b5f7a5c1e2a47e0865526eb94419fb (plain)
1
2
3
4
5
6
#include <typedefs.h>
#include <stddef.h>

void ac97_init(void);
int ac97_add_pcm(u8* buffer, size_t len);
int ac97_can_write(void);