reactos/drivers/hid/hidparse/hidparse.h

12 lines
195 B
C

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