mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
- Added InterlockedPushEntrySList export so lookaside lists can be used
from outside ntoskrnl. svn path=/trunk/; revision=5270
This commit is contained in:
parent
f66a066087
commit
2a0a58c945
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
; $Id: ntoskrnl.def,v 1.158 2003/07/12 10:24:45 chorns Exp $
|
||||
; $Id: ntoskrnl.def,v 1.159 2003/07/25 23:51:23 dwelch Exp $
|
||||
;
|
||||
; reactos/ntoskrnl/ntoskrnl.def
|
||||
;
|
||||
|
@ -218,6 +218,7 @@ HalPrivateDispatchTable DATA
|
|||
@InterlockedExchangeAdd@8
|
||||
@InterlockedIncrement@4
|
||||
@InterlockedPopEntrySList@4
|
||||
@InterlockedPushEntrySList@8
|
||||
IoAcquireCancelSpinLock@4
|
||||
IoAcquireRemoveLockEx@20
|
||||
IoAcquireVpbSpinLock@4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; $Id: ntoskrnl.edf,v 1.145 2003/07/20 05:15:34 royce Exp $
|
||||
; $Id: ntoskrnl.edf,v 1.146 2003/07/25 23:51:23 dwelch Exp $
|
||||
;
|
||||
; reactos/ntoskrnl/ntoskrnl.def
|
||||
;
|
||||
|
@ -217,6 +217,7 @@ InterlockedDecrement=@InterlockedDecrement@4
|
|||
InterlockedExchange=@InterlockedExchange@8
|
||||
InterlockedExchangeAdd=@InterlockedExchangeAdd@8
|
||||
InterlockedIncrement=@InterlockedIncrement@4
|
||||
@InterlockedPushEntrySList=@InterlockedPushEntrySList@8
|
||||
@InterlockedPopEntrySList=@InterlockedPopEntrySList@4
|
||||
IoAcquireCancelSpinLock=IoAcquireCancelSpinLock@4
|
||||
IoAcquireVpbSpinLock=IoAcquireVpbSpinLock@4
|
||||
|
|
Loading…
Reference in a new issue