#ifndef __AUDIO_H
#define __AUDIO_H
void update_audio(void);
void init_audio(void);
void init_sound_stream(void);
extern int sound_IRQ;
#endif