examples/kerneltest/console/console.h
author Christian Taedcke <hacking@taedcke.com>
Tue, 08 Nov 2011 08:27:55 +0000
changeset 685 b38d2d8e291d
parent 391 7802a7d5584f
permissions -rw-r--r--
Win32 IXXAT driver:
ADDED: - Two additional log messages added, when initialization of the driver fails.
CHANGED: - Instead of writing directly into OutputDebugString() messages are printed using the new macro MSG_ERR_DRV().
#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__