mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
Fix some hal function declarations
svn path=/trunk/; revision=39543
This commit is contained in:
parent
6561dee59d
commit
94e68ecb2b
1 changed files with 4 additions and 4 deletions
|
@ -10457,7 +10457,7 @@ extern BOOLEAN KdDebuggerEnabled;
|
|||
#if (NTDDI_VERSION >= NTDDI_WIN2K)
|
||||
|
||||
//DECLSPEC_DEPRECATED_DDK
|
||||
NTKERNELAPI
|
||||
NTHALAPI
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
IoFlushAdapterBuffers(
|
||||
|
@ -10469,14 +10469,14 @@ IoFlushAdapterBuffers(
|
|||
IN BOOLEAN WriteToDevice);
|
||||
|
||||
//DECLSPEC_DEPRECATED_DDK
|
||||
NTKERNELAPI
|
||||
NTHALAPI
|
||||
VOID
|
||||
NTAPI
|
||||
IoFreeAdapterChannel(
|
||||
IN PADAPTER_OBJECT AdapterObject);
|
||||
|
||||
//DECLSPEC_DEPRECATED_DDK
|
||||
NTKERNELAPI
|
||||
NTHALAPI
|
||||
VOID
|
||||
NTAPI
|
||||
IoFreeMapRegisters(
|
||||
|
@ -10485,7 +10485,7 @@ IoFreeMapRegisters(
|
|||
IN ULONG NumberOfMapRegisters);
|
||||
|
||||
//DECLSPEC_DEPRECATED_DDK
|
||||
NTKERNELAPI
|
||||
NTHALAPI
|
||||
PHYSICAL_ADDRESS
|
||||
NTAPI
|
||||
IoMapTransfer(
|
||||
|
|
Loading…
Reference in a new issue