[XboxKrnl/Threading] - implement KeInitializeTimerEx

- Taken from Crispy's Nukernel build
This commit is contained in:
The-Little-Wolf
2025-08-08 09:29:36 -07:00
committed by Radosław Gliński
parent e3c4b5aef5
commit 38ccc71afa
2 changed files with 22 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ typedef struct {
union {
uint8_t size;
uint8_t hand;
uint8_t process_type;
};
union {
uint8_t inserted;