mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Fix type sizes
This commit is contained in:
@ -48,7 +48,7 @@ namespace Driver
|
||||
struct DriverFile
|
||||
{
|
||||
bool Enabled = false;
|
||||
unsigned long DriverUID = 0;
|
||||
size_t DriverUID = 0;
|
||||
void *Address = nullptr;
|
||||
void *InterruptCallback = nullptr;
|
||||
Memory::MemMgr *MemTrk = nullptr;
|
||||
|
Reference in New Issue
Block a user