diff options
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h index 352aca9e8d..8a17e6020d 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h @@ -24,14 +24,10 @@ Revision History: #ifndef _EFI_ISA_BUS_H
#define _EFI_ISA_BUS_H
-//
-// The package level header files this module uses
-//
+
#include <PiDxe.h>
#include <FrameworkDxe.h>
-//
-// The protocols, PPI and GUID defintions for this module
-//
+
#include <Protocol/PciIo.h>
#include <Protocol/ComponentName.h>
#include <Protocol/IsaIo.h>
@@ -40,9 +36,7 @@ Revision History: #include <Protocol/DriverBinding.h>
#include <Protocol/GenericMemoryTest.h>
#include <Guid/StatusCodeDataTypeId.h>
-//
-// The Library classes this module consumes
-//
+
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiLib.h>
|