OSDN Git Service

Changed the implementation with lib.
[kozos-expbrd/kozos_expbrd.git] / firm / sample / simple_mp3_player / os / task_display.h
1
2 #ifndef DISPLAY_H
3 #define DISPLAY_H
4
5 int task_display(int argc, char *argv[]);
6
7 #endif
8