mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:31:43 +00:00
[HIDPARSE/HIDPARSER] Move HidP_* functions from hidparse.sys to hidparser library
Interface between both is not anymore the HidParser_* functions, but the HidP_* functions and the AllocFunction/FreeFunction/DebugFunctions/ ZeroFunction/CopyFunction.
This commit is contained in:
parent
bef39dd62e
commit
2978d4b61b
7 changed files with 612 additions and 594 deletions
|
@ -5,7 +5,6 @@
|
|||
#include <ntddk.h>
|
||||
#include <hidpddi.h>
|
||||
#include <hidpi.h>
|
||||
#include "hidparser.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#define HIDPARSE_TAG 'PdiH'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue