mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:42:58 +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)
|
#if (NTDDI_VERSION >= NTDDI_WIN2K)
|
||||||
|
|
||||||
//DECLSPEC_DEPRECATED_DDK
|
//DECLSPEC_DEPRECATED_DDK
|
||||||
NTKERNELAPI
|
NTHALAPI
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
IoFlushAdapterBuffers(
|
IoFlushAdapterBuffers(
|
||||||
|
@ -10469,14 +10469,14 @@ IoFlushAdapterBuffers(
|
||||||
IN BOOLEAN WriteToDevice);
|
IN BOOLEAN WriteToDevice);
|
||||||
|
|
||||||
//DECLSPEC_DEPRECATED_DDK
|
//DECLSPEC_DEPRECATED_DDK
|
||||||
NTKERNELAPI
|
NTHALAPI
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
IoFreeAdapterChannel(
|
IoFreeAdapterChannel(
|
||||||
IN PADAPTER_OBJECT AdapterObject);
|
IN PADAPTER_OBJECT AdapterObject);
|
||||||
|
|
||||||
//DECLSPEC_DEPRECATED_DDK
|
//DECLSPEC_DEPRECATED_DDK
|
||||||
NTKERNELAPI
|
NTHALAPI
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
IoFreeMapRegisters(
|
IoFreeMapRegisters(
|
||||||
|
@ -10485,7 +10485,7 @@ IoFreeMapRegisters(
|
||||||
IN ULONG NumberOfMapRegisters);
|
IN ULONG NumberOfMapRegisters);
|
||||||
|
|
||||||
//DECLSPEC_DEPRECATED_DDK
|
//DECLSPEC_DEPRECATED_DDK
|
||||||
NTKERNELAPI
|
NTHALAPI
|
||||||
PHYSICAL_ADDRESS
|
PHYSICAL_ADDRESS
|
||||||
NTAPI
|
NTAPI
|
||||||
IoMapTransfer(
|
IoMapTransfer(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue