Implemented PCI Bus

This commit is contained in:
Jozef Nagy 2024-03-31 19:52:23 +02:00
parent 4efa450d5d
commit 330af730eb
No known key found for this signature in database
GPG key ID: 5B49DC29F09685D6
2 changed files with 434 additions and 2 deletions

3
efi.h
View file

@ -22,8 +22,7 @@ typedef struct {
#include "protocols/device_path.h"
#include "protocols/loaded_image.h"
#include "protocols/media_access.h"
#include "protocols/pci_bus.h"
#include "protocols/uefi_driver_model.h"
#define EFI_ERROR(Status) (((INTN)(EFI_STATUS)(Status)) < 0)
#endif /* EFI_H */