OSDN Git Service

Added KOZOS application.
[kozos-expbrd/kozos_expbrd.git] / firm / sample / sample1 / os / task_command.h
1
2 #ifndef _TASK_COMMAND_H_
3 #define _TASK_COMMAND_H_
4 int task_command(int argc, char *argv[]);
5 #endif