[NTOSKRNL:CC] Catch Controller Add LOG Handler Internal Datatypes

This commit is contained in:
Dibyamartanda Samanta 2024-05-10 10:26:49 +02:00
parent 97722bb3e6
commit b8c38a5554

View 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;