Fix missing include header file and fix typo in comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5110 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
#ifndef __EFI_COMPONENT_NAME_H__
|
||||
#define __EFI_COMPONENT_NAME_H__
|
||||
|
||||
#include <PiDxe.h>
|
||||
|
||||
//
|
||||
// Global ID for the Component Name Protocol
|
||||
//
|
||||
|
@@ -15,6 +15,8 @@
|
||||
#ifndef __EFI_COMPONENT_NAME2_H__
|
||||
#define __EFI_COMPONENT_NAME2_H__
|
||||
|
||||
#include <PiDxe.h>
|
||||
|
||||
//
|
||||
// Global ID for the Component Name Protocol
|
||||
//
|
||||
|
@@ -15,6 +15,7 @@
|
||||
#ifndef __EFI_DRIVER_BINDING_H__
|
||||
#define __EFI_DRIVER_BINDING_H__
|
||||
|
||||
#include <PiDxe.h>
|
||||
#include <Protocol/DevicePath.h>
|
||||
//
|
||||
// Global ID for the ControllerHandle Driver Protocol
|
||||
|
@@ -15,6 +15,7 @@
|
||||
#ifndef __EFI_DRIVER_CONFIGURATION_H__
|
||||
#define __EFI_DRIVER_CONFIGURATION_H__
|
||||
|
||||
#include <PiDxe.h>
|
||||
#include <Protocol/DriverConfiguration2.h>
|
||||
|
||||
//
|
||||
|
@@ -15,6 +15,8 @@
|
||||
#ifndef __EFI_DRIVER_CONFIGURATION2_H__
|
||||
#define __EFI_DRIVER_CONFIGURATION2_H__
|
||||
|
||||
#include <PiDxe.h>
|
||||
|
||||
//
|
||||
// Global ID for the Driver Configuration Protocol defined in UEFI 2.0
|
||||
//
|
||||
|
@@ -15,6 +15,8 @@
|
||||
#ifndef __EFI_DRIVER_DIAGNOSTICS_H__
|
||||
#define __EFI_DRIVER_DIAGNOSTICS_H__
|
||||
|
||||
#include <PiDxe.h>
|
||||
|
||||
//
|
||||
// Global ID for the Driver Diagnostics Protocol as defined in UEFI 2.0.
|
||||
//
|
||||
|
@@ -19,6 +19,8 @@
|
||||
#ifndef __PCI_ROOT_BRIDGE_IO_H__
|
||||
#define __PCI_ROOT_BRIDGE_IO_H__
|
||||
|
||||
#include <PiDxe.h>
|
||||
|
||||
#define EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID \
|
||||
{ \
|
||||
0x2f707ebb, 0x4a1a, 0x11d4, {0x9a, 0x38, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \
|
||||
|
Reference in New Issue
Block a user