www.pudn.com > USBdiskRW.rar > Iis.h


#ifndef __IIS_H__ 
#define __IIS_H__ 
 
#ifdef __cplusplus 
extern "C" { 
#endif 
 
#define	MAX_WAVESIZE	0xfffff 
#define IIS_FIFOREADY	!((rIISCON>>7)&1)	 
 
//void PlayWav(U32 sample,S16 *lBuf,S16 *rBuf,U32 freq); 
void Play_SmallWave(U32 addr, U32 size); 
void Play_BigWave(U32 addr, U32 size); 
void Init_4334(void); 
 
#ifdef __cplusplus 
} 
#endif 
 
#endif /*__IIS_H__*/