mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
14 lines
363 B
C
14 lines
363 B
C
|
/*
|
||
|
* PROJECT: ReactOS kernel-mode tests
|
||
|
* LICENSE: LGPLv2.1+ - See COPYING.LIB in the top level directory
|
||
|
* PURPOSE: HidParser test declarations
|
||
|
* PROGRAMMER: Thomas Faber <thomas.faber@reactos.org>
|
||
|
*/
|
||
|
|
||
|
#ifndef _KMTEST_HIDP_H_
|
||
|
#define _KMTEST_HIDP_H_
|
||
|
|
||
|
#define IOCTL_TEST_DESCRIPTION 1
|
||
|
|
||
|
#endif /* !defined _KMTEST_HIDP_H_ */
|