Refactor part 5; Implement debugging ports
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 25s
Builds / ExectOS (i686) (push) Successful in 24s

This commit is contained in:
2023-12-03 23:18:49 +01:00
parent 6a03db6fcd
commit 5131a682b8
7 changed files with 381 additions and 41 deletions

View File

@@ -18,7 +18,7 @@
*/
XTCDECL
EFI_STATUS
BlpHwActivateSerialIOController()
BlpActivateSerialIOController()
{
EFI_GUID PciGuid = EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID;
PEFI_PCI_ROOT_BRIDGE_IO_PROTOCOL PciDev;