OSDN Git Service

Renamed the first sample project.
[kozos-expbrd/kozos_expbrd.git] / firm / sample / simple_mp3_player / os / task_audio.h
1
2 #ifndef TASK_AUDIO_H
3 #define TASK_AUDIO_H
4
5 int audio_play(int (*readfunc)(void *buf, int siz));
6 int audio_volume(const int left, const int right);
7
8 int task_audio(int argc, char *argv[]);
9
10 #endif
11