panic: Add stub code for UHCI, EHCI & XHCI controllers

This commit is contained in:
EnderIce2
2024-11-10 16:30:43 +02:00
parent a211280891
commit ef1c5bb39e
12 changed files with 1127 additions and 29 deletions

View File

@ -38,7 +38,7 @@
#endif
#include "../../kernel.h"
#include "keyboard.hpp"
#include "kbd/keyboard.hpp"
extern void ExPrint(const char *Format, ...);
extern void DisplayTopOverlay();