Reactos
at master 13 lines 363 B view raw
1/* 2 * PROJECT: ReactOS kernel-mode tests 3 * LICENSE: LGPLv2.1+ - See COPYING.LIB in the top level directory 4 * PURPOSE: HidParser test declarations 5 * PROGRAMMER: Thomas Faber <thomas.faber@reactos.org> 6 */ 7 8#ifndef _KMTEST_HIDP_H_ 9#define _KMTEST_HIDP_H_ 10 11#define IOCTL_TEST_DESCRIPTION 1 12 13#endif /* !defined _KMTEST_HIDP_H_ */