mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:05:41 +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
|
; reactos/ntoskrnl/ntoskrnl.def
|
||||||
;
|
;
|
||||||
|
@ -75,24 +75,10 @@ ExReleaseResourceForThreadLite
|
||||||
ExSystemTimeToLocalTime
|
ExSystemTimeToLocalTime
|
||||||
ExTryToAcquireFastMutex
|
ExTryToAcquireFastMutex
|
||||||
ExTryToAcquireResourceExclusiveLite
|
ExTryToAcquireResourceExclusiveLite
|
||||||
HalGetInterruptVector
|
|
||||||
HalRegisterServiceTable
|
|
||||||
KeBugCheck
|
|
||||||
KeBugCheckEx
|
|
||||||
KeFlushIoBuffers
|
|
||||||
KeGetCurrentIrql
|
|
||||||
KeGetPreviousMode
|
|
||||||
KeInitializeDpc
|
|
||||||
KeInitializeEvent
|
|
||||||
KeInitializeSpinLock
|
|
||||||
KeInsertQueueDpc
|
|
||||||
KeLowerIrql
|
|
||||||
KeQuerySystemTime
|
|
||||||
KeStallExecutionProcessor
|
|
||||||
KeSynchronizeExecution
|
|
||||||
KeRaiseIrql
|
|
||||||
KeWaitForSingleObject
|
|
||||||
HalGetBusDataByOffset
|
HalGetBusDataByOffset
|
||||||
|
HalGetInterruptVector
|
||||||
|
HalMakeBeep
|
||||||
|
HalRegisterServiceTable
|
||||||
HalSetBusDataByOffset
|
HalSetBusDataByOffset
|
||||||
InitializeObjectAttributes
|
InitializeObjectAttributes
|
||||||
IoAllocateController
|
IoAllocateController
|
||||||
|
@ -120,6 +106,27 @@ IoStartNextPacket
|
||||||
IoStartNextPacketByKey
|
IoStartNextPacketByKey
|
||||||
IoStartTimer
|
IoStartTimer
|
||||||
IoStopTimer
|
IoStopTimer
|
||||||
|
KeBugCheck
|
||||||
|
KeBugCheckEx
|
||||||
|
KeClearEvent
|
||||||
|
KeFlushIoBuffers
|
||||||
|
KeGetCurrentIrql
|
||||||
|
KeGetPreviousMode
|
||||||
|
KeInitializeDpc
|
||||||
|
KeInitializeEvent
|
||||||
|
KeInitializeSpinLock
|
||||||
|
KeInitializeTimer
|
||||||
|
KeInsertQueueDpc
|
||||||
|
KeLowerIrql
|
||||||
|
KeQuerySystemTime
|
||||||
|
KeReadStateEvent
|
||||||
|
KeResetEvent
|
||||||
|
KeSetEvent
|
||||||
|
KeSetTimer
|
||||||
|
KeStallExecutionProcessor
|
||||||
|
KeSynchronizeExecution
|
||||||
|
KeRaiseIrql
|
||||||
|
KeWaitForSingleObject
|
||||||
MmGetSystemAddressForMdl
|
MmGetSystemAddressForMdl
|
||||||
MmMapIoSpace
|
MmMapIoSpace
|
||||||
NtAddAtom@8
|
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
|
; reactos/ntoskrnl/ntoskrnl.def
|
||||||
;
|
;
|
||||||
|
@ -75,24 +75,10 @@ ExReleaseResourceForThreadLite
|
||||||
ExSystemTimeToLocalTime
|
ExSystemTimeToLocalTime
|
||||||
ExTryToAcquireFastMutex
|
ExTryToAcquireFastMutex
|
||||||
ExTryToAcquireResourceExclusiveLite
|
ExTryToAcquireResourceExclusiveLite
|
||||||
HalGetInterruptVector
|
|
||||||
HalRegisterServiceTable
|
|
||||||
KeBugCheck
|
|
||||||
KeBugCheckEx
|
|
||||||
KeFlushIoBuffers
|
|
||||||
KeGetCurrentIrql
|
|
||||||
KeGetPreviousMode
|
|
||||||
KeInitializeDpc
|
|
||||||
KeInitializeEvent
|
|
||||||
KeInitializeSpinLock
|
|
||||||
KeInsertQueueDpc
|
|
||||||
KeLowerIrql
|
|
||||||
KeQuerySystemTime
|
|
||||||
KeStallExecutionProcessor
|
|
||||||
KeSynchronizeExecution
|
|
||||||
KeRaiseIrql
|
|
||||||
KeWaitForSingleObject
|
|
||||||
HalGetBusDataByOffset
|
HalGetBusDataByOffset
|
||||||
|
HalGetInterruptVector
|
||||||
|
HalMakeBeep
|
||||||
|
HalRegisterServiceTable
|
||||||
HalSetBusDataByOffset
|
HalSetBusDataByOffset
|
||||||
InitializeObjectAttributes
|
InitializeObjectAttributes
|
||||||
IoAllocateController
|
IoAllocateController
|
||||||
|
@ -120,6 +106,27 @@ IoStartNextPacket
|
||||||
IoStartNextPacketByKey
|
IoStartNextPacketByKey
|
||||||
IoStartTimer
|
IoStartTimer
|
||||||
IoStopTimer
|
IoStopTimer
|
||||||
|
KeBugCheck
|
||||||
|
KeBugCheckEx
|
||||||
|
KeClearEvent
|
||||||
|
KeFlushIoBuffers
|
||||||
|
KeGetCurrentIrql
|
||||||
|
KeGetPreviousMode
|
||||||
|
KeInitializeDpc
|
||||||
|
KeInitializeEvent
|
||||||
|
KeInitializeSpinLock
|
||||||
|
KeInitializeTimer
|
||||||
|
KeInsertQueueDpc
|
||||||
|
KeLowerIrql
|
||||||
|
KeQuerySystemTime
|
||||||
|
KeReadStateEvent
|
||||||
|
KeResetEvent
|
||||||
|
KeSetEvent
|
||||||
|
KeSetTimer
|
||||||
|
KeStallExecutionProcessor
|
||||||
|
KeSynchronizeExecution
|
||||||
|
KeRaiseIrql
|
||||||
|
KeWaitForSingleObject
|
||||||
MmGetSystemAddressForMdl
|
MmGetSystemAddressForMdl
|
||||||
MmMapIoSpace
|
MmMapIoSpace
|
||||||
NtAddAtom=NtAddAtom@8
|
NtAddAtom=NtAddAtom@8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue