reactos/drivers/hid/hidparse/hidparse.h

11 lines
172 B
C
Raw Normal View History

#pragma once
#define _HIDPI_
#define _HIDPI_NO_FUNCTION_MACROS_
#include <ntddk.h>
#include <hidpddi.h>
#include <hidpi.h>
#include <stdio.h>
#define HIDPARSE_TAG 'PdiH'