From 9205b2d7669ed7cac1ae1f09cbf9387f687c3025 Mon Sep 17 00:00:00 2001 From: gdong1 Date: Mon, 16 Mar 2009 10:29:27 +0000 Subject: Update the header file coding style (alignment, comment, etc.) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7893 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkPkg/Include/Framework/StatusCode.h | 37 +++++++----------------- 1 file changed, 11 insertions(+), 26 deletions(-) (limited to 'IntelFrameworkPkg/Include/Framework/StatusCode.h') diff --git a/IntelFrameworkPkg/Include/Framework/StatusCode.h b/IntelFrameworkPkg/Include/Framework/StatusCode.h index 91b9d08a08..0f2d3de067 100644 --- a/IntelFrameworkPkg/Include/Framework/StatusCode.h +++ b/IntelFrameworkPkg/Include/Framework/StatusCode.h @@ -6,13 +6,12 @@
   Section:    Contents:
-  1           General Status Code Definitions
-  2           Class definitions
-  3           Computing Unit Subclasses, Progress and Error Codes
-  4           Peripheral Subclasses, Progress and Error Codes.
-  5           IO Bus Subclasses, Progress and Error Codes.
-  6           Software Subclasses, Progress and Error Codes.
-  7           Debug Codes
+  1           Class definitions
+  2           Computing Unit Subclasses, Progress and Error Codes
+  3           Peripheral Subclasses, Progress and Error Codes.
+  4           IO Bus Subclasses, Progress and Error Codes.
+  5           Software Subclasses, Progress and Error Codes.
+  6           Debug Codes
 
Copyright (c) 2007, Intel Corporation @@ -37,10 +36,7 @@ #include // -// ///////////////////////////////////////////////////////////////////////////// // Section 1 -/////////////////////////////////////////////////////////////////////////////// -// // Class definitions // Values of 4-127 are reserved for future use by this // specification. @@ -60,11 +56,8 @@ #define EFI_SUBCLASS_SPECIFIC 0x1000 #define EFI_OEM_SPECIFIC 0x8000 -// -// ///////////////////////////////////////////////////////////////////////////// +// // Section 2 -/////////////////////////////////////////////////////////////////////////////// -// // Computing Unit Subclass definitions. // Values of 8-127 are reserved for future use by this // specification. @@ -195,10 +188,8 @@ // Computing Unit Chipset Subclass Error Code definitions. // -/////////////////////////////////////////////////////////////////////////////// -// Section 4 -/////////////////////////////////////////////////////////////////////////////// // +// Section 3 // Peripheral Subclass definitions. // Values of 12-127 are reserved for future use by this // specification. @@ -336,10 +327,8 @@ // Peripheral Class Network Subclass Error Code definitions. // -/////////////////////////////////////////////////////////////////////////////// -// Section 5 -/////////////////////////////////////////////////////////////////////////////// // +// Section 4 // IO Bus Subclass definitions. // Values of 14-127 are reserved for future use by this // specification. @@ -475,10 +464,8 @@ // IO Bus Class I2C Subclass Error Code definitions. // -/////////////////////////////////////////////////////////////////////////////// -// Section 6 -/////////////////////////////////////////////////////////////////////////////// // +// Section 5 // Software Subclass definitions. // Values of 14-127 are reserved for future use by this // specification. @@ -870,10 +857,8 @@ // Software Class EFI DXE Service Subclass Error Code definitions. // -/////////////////////////////////////////////////////////////////////////////// -// Section 7 -/////////////////////////////////////////////////////////////////////////////// // +// Section 6 // Debug Code definitions for all classes and subclass // Only one debug code is defined at this point and should // be used for anything that gets sent to debug stream. -- cgit v1.2.3