mirror of
https://github.com/86Box/86Box.git
synced 2026-02-28 01:44:22 -07:00
7 lines
136 B
C
7 lines
136 B
C
#ifndef SOUND_AZT2316A_H
|
|
#define SOUND_AZT2316A_H
|
|
|
|
extern void azt2316a_enable_wss(uint8_t enable, void *p);
|
|
|
|
#endif /*SOUND_AZT2316A*/
|