mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 04:45:31 -07:00
7 lines
139 B
C
7 lines
139 B
C
#ifndef SOUND_AZT2316A_H
|
|
#define SOUND_AZT2316A_H
|
|
|
|
extern void azt2316a_enable_wss(uint8_t enable, void *priv);
|
|
|
|
#endif /*SOUND_AZT2316A*/
|