summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-14 04:43:31 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-14 04:43:31 +0000
commit80ae2a5874511608f400f46146c3c8413a41fcb9 (patch)
treefa00c4c190b5378f695f256e177fc79b3cd80eb2 /MdePkg/Include/Protocol
parenta5c3c546ea912177eb3ce3f82662718a3204d16f (diff)
downloadedk2-platforms-80ae2a5874511608f400f46146c3c8413a41fcb9.tar.xz
Clean up .h files for the CPU I/O PPI and the CPU I/O 2 Protocol
Minor clean up to PeiIoLibCpuIo.inf git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9739 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol')
-rw-r--r--MdePkg/Include/Protocol/CpuIo2.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/MdePkg/Include/Protocol/CpuIo2.h b/MdePkg/Include/Protocol/CpuIo2.h
index 0156489eea..78b3eb6998 100644
--- a/MdePkg/Include/Protocol/CpuIo2.h
+++ b/MdePkg/Include/Protocol/CpuIo2.h
@@ -12,7 +12,7 @@
ExitBootServices(). It is different from the Framework CPU I/O Protocol, which is a runtime
protocol and can be used by runtime drivers after ExitBootServices().
- Copyright (c) 2007 - 2009, Intel Corporation
+ Copyright (c) 2007 - 2010, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -30,7 +30,6 @@
#ifndef __CPU_IO2_H__
#define __CPU_IO2_H__
-
#define EFI_CPU_IO2_PROTOCOL_GUID \
{ \
0xad61f191, 0xae5f, 0x4c0e, {0xb9, 0xfa, 0xe8, 0x69, 0xd2, 0x88, 0xc6, 0x4f} \
@@ -38,7 +37,6 @@
typedef struct _EFI_CPU_IO2_PROTOCOL EFI_CPU_IO2_PROTOCOL;
-
///
/// Enumeration that defines the width of the I/O operation.
///
@@ -58,7 +56,6 @@ typedef enum {
EfiCpuIoWidthMaximum
} EFI_CPU_IO_PROTOCOL_WIDTH;
-
/**
Enables a driver to access registers in the PI CPU I/O space.
@@ -109,7 +106,6 @@ EFI_STATUS
IN OUT VOID *Buffer
);
-
///
/// Service for read and write accesses.
///
@@ -124,7 +120,6 @@ typedef struct {
EFI_CPU_IO_PROTOCOL_IO_MEM Write;
} EFI_CPU_IO_PROTOCOL_ACCESS;
-
///
/// Provides the basic memory and I/O interfaces that are used to abstract
/// accesses to devices in a system.