[NTOSKRNL:CC] Catch Controller Add LOG Handler Internal Datatypes
This commit is contained in:
parent
97722bb3e6
commit
b8c38a5554
10
NTOSKRNL/CC/ccloghandler.hpp
Normal file
10
NTOSKRNL/CC/ccloghandler.hpp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
/* PROJECT: Alcyone Kernel
|
||||||
|
* LICENSE: BSD Clause 3
|
||||||
|
* PURPOSE: Cache Controller:: LOG Handler
|
||||||
|
* NT KERNEL: 5.11.9360
|
||||||
|
* COPYRIGHT: 2023-2029 Dibymartanda Samanta <>
|
||||||
|
*/
|
||||||
|
|
||||||
|
constexpr unsigned int READAHEAD_FLAG = 1;
|
||||||
|
constexpr unsigned int DISABLE_WRITE_FLAG = 0x202;
|
||||||
|
constexpr unsigned int ENABLE_WRITE_FLAG = 2;
|
Loading…
Reference in New Issue
Block a user