[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:
Hervé Poussineau 2019-04-27 11:19:46 +02:00
parent bef39dd62e
commit 2978d4b61b
7 changed files with 612 additions and 594 deletions

View file

@ -57,7 +57,7 @@ typedef struct
//
// free function
//
PFREE_FUNCTION Free;
PHIDPARSER_FREE_FUNCTION Free;
//
// zero function