examples/kerneltest/console/console.h
author Edouard Tisserant
Thu, 07 Mar 2013 11:40:28 +0900
changeset 777 bbbfd27c1bd1
parent 391 7802a7d5584f
permissions -rw-r--r--
Harmonized unix and win32 canClose_driver, fixed crash on close under win32
#ifndef __canftest_console_h__
#define __canftest_console_h__

#define DEVICE_NAME "canf_ktest"

#define CMD_START	'1'
#define CMD_STOP	'2'

#endif // __canftest_console.h__