mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +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
6
sdk/lib/drivers/hidparser/hidp.h
Normal file
6
sdk/lib/drivers/hidparser/hidp.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
PVOID NTAPI AllocFunction(ULONG Size);
|
||||
VOID NTAPI FreeFunction(PVOID Item);
|
||||
VOID NTAPI ZeroFunction(PVOID Item, ULONG Size);
|
||||
VOID NTAPI CopyFunction(PVOID Target, PVOID Source, ULONG Size);
|
||||
VOID __cdecl DebugFunction(LPCSTR Src, ...);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue