Added 8259 PIC support

This commit is contained in:
Jozef Nagy
2023-11-26 10:31:31 +01:00
parent 96a19d23b3
commit 1c031e8be9
8 changed files with 197 additions and 0 deletions

View File

@@ -43,4 +43,8 @@ VOID
HlIoPortOutShort(IN USHORT Port,
IN USHORT Value);
XTCDECL
VOID
HlIoPortWait(VOID);
#endif /* __XTDK_AMD64_HLFUNCS_H */