examples/kerneltest/console/console.h
author etisserant
Thu, 18 Sep 2008 23:46:35 +0200
changeset 518 0dc0750327c0
parent 391 7802a7d5584f
permissions -rw-r--r--
Remover SillySlave from LSS build
#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__