sb16: start adding sb16 driver
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef SB16_H
|
||||
#define SB16_H
|
||||
|
||||
int sb16_dsp_reset();
|
||||
int sb16_get_irq();
|
||||
void* sb16_allocate_buf();
|
||||
void sb16_get_version(int* major, int* minor);
|
||||
void sb16_init();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user