examples/kerneltest/console/console.h
author lbessard
Thu, 26 Jun 2008 09:24:24 +0200
changeset 490 305d75028630
parent 391 7802a7d5584f
permissions -rw-r--r--
Adding support for modification in CanFestival eds_utils
#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__