OSDN Git Service

Added env script.
[kozos-expbrd/kozos_expbrd.git] / firm / hwtest / 10 / os / driver / driver_console.h
1 #ifndef _CONSDRV_H_INCLUDED_
2 #define _CONSDRV_H_INCLUDED_
3
4 #define CONSDRV_DEVICE_NUM 1
5
6 void console_use(int index);
7 void console_write(char *str);
8
9 int driver_console(int argc, char *argv[]);
10
11 #endif