Remove PIC support; disable it on boot

This commit is contained in:
Jozef Nagy
2023-11-29 18:42:16 +01:00
parent b89286facf
commit 2803a4ec40
4 changed files with 3 additions and 118 deletions

View File

@@ -11,28 +11,11 @@
#include <xtos.h>
/* HAL library routines forward references */
XTCDECL
VOID
HlInitializePic(VOID);
XTCDECL
VOID
HlSetMaskIrqPic(UCHAR Irq);
XTCDECL
VOID
HlClearMaskIrqPic(UCHAR Irq);
XTCDECL
VOID
HlDisablePic(VOID);
XTFASTCALL
VOID
HlWritePic(IN UCHAR Register, IN UCHAR Value);
XTAPI
VOID
HlClearScreen(VOID);