sb16: start adding sb16 driver

This commit is contained in:
2026-05-09 14:51:54 +03:00
parent ab2da499da
commit 59b775457d
4 changed files with 103 additions and 3 deletions
+10
View File
@@ -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