]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/CpuIo.h
IntelFrameworkPkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / CpuIo.h
index ec75da09fdbcf0f491184d0405d9d9df443a8dcc..e11265758bdf333682b9ee557ed4c30f8a700020 100644 (file)
@@ -1,18 +1,18 @@
 /** @file\r
-  This code abstracts the CPU IO Protocol which installed by some platform or chipset-specific \r
-  PEIM that abstracts the processor-visible I/O operations. \r
-  \r
+  This code abstracts the CPU IO Protocol which installed by some platform or chipset-specific\r
+  PEIM that abstracts the processor-visible I/O operations.\r
+\r
   Note: This is a runtime protocol and can be used by runtime drivers after ExitBootServices().\r
   It is different from the PI 1.2 CPU I/O 2 Protocol, which is a boot services only protocol\r
   and may not be used by runtime drivers after ExitBootServices().\r
 \r
-Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
+Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
 The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php.                                          \r
-    \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+http://opensource.org/licenses/bsd-license.php.\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
   @par Revision Reference:\r
@@ -32,13 +32,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   }\r
 \r
 //\r
-// Framework CPU IO protocol structure is the same as CPU IO 2 protocol defined in PI 1.2 spec. \r
+// Framework CPU IO protocol structure is the same as CPU IO 2 protocol defined in PI 1.2 spec.\r
 // However, there is a significant different between the Framework CPU I/O\r
 // Protocol and the PI 1.2 CPU I/O 2 Protocol.  The Framework one is a runtime\r
 // protocol, which means it can be used by runtime drivers after ExitBootServices().\r
 // The PI one is not runtime safe, so it is a boot services only protocol and may\r
 // not be used by runtime drivers after ExitBootServices().\r
-// \r
+//\r
 typedef EFI_CPU_IO2_PROTOCOL EFI_CPU_IO_PROTOCOL;\r
 \r
 extern EFI_GUID gEfiCpuIoProtocolGuid;\r