Code Scrub for MdePkg.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5567 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
yshang1
2008-07-25 12:21:57 +00:00
parent 0f82bd5514
commit 42eedea958
176 changed files with 1437 additions and 253 deletions

View File

@@ -1,5 +1,4 @@
/**
@file
/** @file
ACPI 1.0b definitions from the ACPI Specification, revision 1.0b
Copyright (c) 2006 - 2007, Intel Corporation

View File

@@ -1,5 +1,4 @@
/**
@file
/** @file
ACPI 2.0 definitions from the ACPI Specification, revision 2.0
Copyright (c) 2006 - 2007, Intel Corporation

View File

@@ -1,5 +1,4 @@
/**
@file
/** @file
ACPI 3.0 definitions from the ACPI Specification Revision 3.0 September 2, 2004
Copyright (c) 2006 - 2008, Intel Corporation

View File

@@ -1,5 +1,4 @@
/**
@file
/** @file
ACPI Alert Standard Format Description Table ASF! as described in the ASF2.0 Specification
Copyright (c) 2006 - 2007, Intel Corporation

View File

@@ -15,8 +15,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#ifndef _ATAPI_H
#define _ATAPI_H
#ifndef _ATAPI_H_
#define _ATAPI_H_
#pragma pack(1)

View File

@@ -1,4 +1,4 @@
/**@file
/** @file
ACPI high precision event timer table definition, defined at
ftp://download.intel.com/labs/platcomp/hpet/download/hpetspec098a.pdf.
Specification name is IA-PC HPET (High Precision Event Timers) Specification.

View File

@@ -22,23 +22,23 @@
#define EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_REVISION 0x01
#define EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_STRUCTURE_ALIGNMENT 8
enum {
typedef enum {
EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_RESERVED_STRUCTURE_ID = 0,
EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_CONTROL_STRUCTURE_ID,
EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_INITIATOR_STRUCTURE_ID,
EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_NIC_STRUCTURE_ID,
EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_TARGET_STRUCTURE_ID,
EFI_ACPI_ISCSI_BOOT_FIRMWARE_TABLE_EXTERNSIONS_STRUCTURE_ID
};
} EFI_ACPI_ISCSI_ID_DEFINITIONS;
enum {
typedef enum {
IpPrefixOriginOther = 0,
IpPrefixOriginManual,
IpPrefixOriginWellKnown,
IpPrefixOriginDhcp,
IpPrefixOriginRouterAdvertisement,
IpPrefixOriginUnchanged = 16
};
} IP_PREFIX_VALUE;
#pragma pack(1)

View File

@@ -1,4 +1,4 @@
/**@file
/** @file
ACPI memory mapped configuration space access table definition, defined at
in the PCI Firmware Specification, version 3.0 draft version 0.5.
Specification is available at http://www.pcisig.com.

View File

@@ -12,8 +12,8 @@
**/
#ifndef _PCI_H
#define _PCI_H
#ifndef _PCI_H_
#define _PCI_H_
#include <IndustryStandard/Pci30.h>

View File

@@ -12,8 +12,8 @@
**/
#ifndef _PCI22_H
#define _PCI22_H
#ifndef _PCI22_H_
#define _PCI22_H_
#define PCI_MAX_SEGMENT 0

View File

@@ -12,8 +12,8 @@
**/
#ifndef _PCI23_H
#define _PCI23_H
#ifndef _PCI23_H_
#define _PCI23_H_
#define PCI_EXP_MAX_CONFIG_OFFSET 0x1000

View File

@@ -1,4 +1,4 @@
/**@file
/** @file
This file contains definitions for the SPD fields on an SDRAM.
Copyright (c) 2007, Intel Corporation
@@ -11,8 +11,8 @@
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#ifndef _SDRAM_SPD_H
#define _SDRAM_SPD_H
#ifndef _SDRAM_SPD_H_
#define _SDRAM_SPD_H_
//
// SDRAM SPD field definitions

View File

@@ -1,4 +1,4 @@
/**@file
/** @file
ACPI Serial Port Console Redirection Table as defined by Microsoft in
http://www.microsoft.com/whdc/system/platform/server/spcr.mspx

View File

@@ -1,5 +1,4 @@
/**
@file
/** @file
TPM Specification data structures (TCG TPM Specification Version 1.2 Revision 94)
See http://trustedcomputinggroup.org for latest specification updates

View File

@@ -129,7 +129,7 @@ typedef struct {
#pragma pack()
enum {
typedef enum {
//
// USB request type
//
@@ -191,7 +191,7 @@ enum {
//Use 200 ms to increase the error handling response time
//
EFI_USB_INTERRUPT_DELAY = 2000000
};
} USB_TYPES_DEFINITION;
//

View File

@@ -1,5 +1,4 @@
/**
@file
/** @file
ACPI Watchdog Action Table as defined at
Microsoft Hardware Watchdog Timer Specification.

View File

@@ -1,5 +1,4 @@
/**
@file
/** @file
ACPI Watchdog Resource Table as defined at
Microsoft Hardware Watchdog Timer Specification.