examples/kerneltest/console/console.h
author lbessard
Fri, 22 Aug 2008 14:17:31 +0200
changeset 511 34300a28ad27
parent 391 7802a7d5584f
permissions -rw-r--r--
Bug with x86_64 and gcc without -fPIC cflags fixed
#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__