mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 16:53:45 +00:00
More exported functions.
svn path=/trunk/; revision=704
This commit is contained in:
parent
3e6e6c12ee
commit
22b26024cd
2 changed files with 50 additions and 36 deletions
|
@ -1,4 +1,4 @@
|
|||
; $Id: ntoskrnl.def,v 1.16 1999/08/29 06:59:05 ea Exp $
|
||||
; $Id: ntoskrnl.def,v 1.17 1999/10/16 12:40:57 ekohl Exp $
|
||||
;
|
||||
; reactos/ntoskrnl/ntoskrnl.def
|
||||
;
|
||||
|
@ -75,24 +75,10 @@ ExReleaseResourceForThreadLite
|
|||
ExSystemTimeToLocalTime
|
||||
ExTryToAcquireFastMutex
|
||||
ExTryToAcquireResourceExclusiveLite
|
||||
HalGetInterruptVector
|
||||
HalRegisterServiceTable
|
||||
KeBugCheck
|
||||
KeBugCheckEx
|
||||
KeFlushIoBuffers
|
||||
KeGetCurrentIrql
|
||||
KeGetPreviousMode
|
||||
KeInitializeDpc
|
||||
KeInitializeEvent
|
||||
KeInitializeSpinLock
|
||||
KeInsertQueueDpc
|
||||
KeLowerIrql
|
||||
KeQuerySystemTime
|
||||
KeStallExecutionProcessor
|
||||
KeSynchronizeExecution
|
||||
KeRaiseIrql
|
||||
KeWaitForSingleObject
|
||||
HalGetBusDataByOffset
|
||||
HalGetInterruptVector
|
||||
HalMakeBeep
|
||||
HalRegisterServiceTable
|
||||
HalSetBusDataByOffset
|
||||
InitializeObjectAttributes
|
||||
IoAllocateController
|
||||
|
@ -120,6 +106,27 @@ IoStartNextPacket
|
|||
IoStartNextPacketByKey
|
||||
IoStartTimer
|
||||
IoStopTimer
|
||||
KeBugCheck
|
||||
KeBugCheckEx
|
||||
KeClearEvent
|
||||
KeFlushIoBuffers
|
||||
KeGetCurrentIrql
|
||||
KeGetPreviousMode
|
||||
KeInitializeDpc
|
||||
KeInitializeEvent
|
||||
KeInitializeSpinLock
|
||||
KeInitializeTimer
|
||||
KeInsertQueueDpc
|
||||
KeLowerIrql
|
||||
KeQuerySystemTime
|
||||
KeReadStateEvent
|
||||
KeResetEvent
|
||||
KeSetEvent
|
||||
KeSetTimer
|
||||
KeStallExecutionProcessor
|
||||
KeSynchronizeExecution
|
||||
KeRaiseIrql
|
||||
KeWaitForSingleObject
|
||||
MmGetSystemAddressForMdl
|
||||
MmMapIoSpace
|
||||
NtAddAtom@8
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; $Id: ntoskrnl.edf,v 1.4 1999/08/29 06:59:05 ea Exp $
|
||||
; $Id: ntoskrnl.edf,v 1.5 1999/10/16 12:40:57 ekohl Exp $
|
||||
;
|
||||
; reactos/ntoskrnl/ntoskrnl.def
|
||||
;
|
||||
|
@ -75,24 +75,10 @@ ExReleaseResourceForThreadLite
|
|||
ExSystemTimeToLocalTime
|
||||
ExTryToAcquireFastMutex
|
||||
ExTryToAcquireResourceExclusiveLite
|
||||
HalGetInterruptVector
|
||||
HalRegisterServiceTable
|
||||
KeBugCheck
|
||||
KeBugCheckEx
|
||||
KeFlushIoBuffers
|
||||
KeGetCurrentIrql
|
||||
KeGetPreviousMode
|
||||
KeInitializeDpc
|
||||
KeInitializeEvent
|
||||
KeInitializeSpinLock
|
||||
KeInsertQueueDpc
|
||||
KeLowerIrql
|
||||
KeQuerySystemTime
|
||||
KeStallExecutionProcessor
|
||||
KeSynchronizeExecution
|
||||
KeRaiseIrql
|
||||
KeWaitForSingleObject
|
||||
HalGetBusDataByOffset
|
||||
HalGetInterruptVector
|
||||
HalMakeBeep
|
||||
HalRegisterServiceTable
|
||||
HalSetBusDataByOffset
|
||||
InitializeObjectAttributes
|
||||
IoAllocateController
|
||||
|
@ -120,6 +106,27 @@ IoStartNextPacket
|
|||
IoStartNextPacketByKey
|
||||
IoStartTimer
|
||||
IoStopTimer
|
||||
KeBugCheck
|
||||
KeBugCheckEx
|
||||
KeClearEvent
|
||||
KeFlushIoBuffers
|
||||
KeGetCurrentIrql
|
||||
KeGetPreviousMode
|
||||
KeInitializeDpc
|
||||
KeInitializeEvent
|
||||
KeInitializeSpinLock
|
||||
KeInitializeTimer
|
||||
KeInsertQueueDpc
|
||||
KeLowerIrql
|
||||
KeQuerySystemTime
|
||||
KeReadStateEvent
|
||||
KeResetEvent
|
||||
KeSetEvent
|
||||
KeSetTimer
|
||||
KeStallExecutionProcessor
|
||||
KeSynchronizeExecution
|
||||
KeRaiseIrql
|
||||
KeWaitForSingleObject
|
||||
MmGetSystemAddressForMdl
|
||||
MmMapIoSpace
|
||||
NtAddAtom=NtAddAtom@8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue