mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:05:43 +00:00
[XDK] Add definitions required for newer storage class drivers (cdrom)
That introduced some warnings in the current code which were corrected as well CORE-17129
This commit is contained in:
parent
be276dde28
commit
d01518da7c
9 changed files with 864 additions and 10 deletions
|
@ -125,6 +125,12 @@ typedef enum _POOL_TYPE
|
|||
PagedPoolCacheAligned,
|
||||
NonPagedPoolCacheAlignedMustS,
|
||||
MaxPoolType,
|
||||
|
||||
NonPagedPoolBase = 0,
|
||||
NonPagedPoolBaseMustSucceed = NonPagedPoolBase + 2,
|
||||
NonPagedPoolBaseCacheAligned = NonPagedPoolBase + 4,
|
||||
NonPagedPoolBaseCacheAlignedMustS = NonPagedPoolBase + 6,
|
||||
|
||||
NonPagedPoolSession = 32,
|
||||
PagedPoolSession,
|
||||
NonPagedPoolMustSucceedSession,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue