examples/kerneltest/console/console.h
author mwildbolz
Mon, 01 Oct 2012 16:58:35 +0200
changeset 749 5cbb8e9ad67c
parent 391 7802a7d5584f
permissions -rw-r--r--
Changed configure to compile on Debian with the latest RTAI patch installed (removed rtdm library in compiler flags)
Commented out the MSG_WAR section for RTAI because this only runs in an RTAI Kernelspace program
#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__