]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Common/EfiUtilityMsgs.h
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Source / C / Common / EfiUtilityMsgs.h
index 35cb1802feffcbfe38c6ba8dcd9427acc3bc9ec7..eb330a6bec126650c44fe43606dde43fead41c93 100644 (file)
@@ -1,22 +1,15 @@
 /** @file\r
+Defines and prototypes for common EFI utility error and debug messages.\r
 \r
-Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  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
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
 \r
-Module Name:\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
-  EfiUtilityMsgs.h\r
-\r
-Abstract:\r
-\r
-  Defines and prototypes for common EFI utility error and debug messages.\r
-  \r
 **/\r
 \r
 #ifndef _EFI_UTILITY_MSGS_H_\r
@@ -39,7 +32,7 @@ Abstract:
 #define STATUS_SUCCESS  0\r
 #define STATUS_WARNING  1\r
 #define STATUS_ERROR    2\r
-#define VOID void \r
+#define VOID void\r
 \r
 typedef int STATUS;\r
 \r