#ifndef __E8910_H
#define __E8910_H
void e8910_init_sound();
void e8910_done_sound();
void e8910_write(int r, int v);
#endif