Implemented PCI Bus
This commit is contained in:
parent
4efa450d5d
commit
330af730eb
2 changed files with 434 additions and 2 deletions
3
efi.h
3
efi.h
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue