]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Pi/PiDependency.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Pi / PiDependency.h
index 1db03af8fcd54b0fa7ae94de8e29b73dcdf6d88b..37719321065f2343296fb377d32f120938e2812a 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
   Present the dependency expression values in PI.\r
 \r
-  Copyright (c) 2006 - 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
+  Copyright (c) 2006 - 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
-  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
+  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
   PI Version 1.0\r
 #ifndef __PI_DEPENDENCY_H__\r
 #define __PI_DEPENDENCY_H__\r
 \r
-/// \r
+///\r
 /// If present, this must be the first and only opcode,\r
 /// EFI_DEP_BEFORE may be used by DXE and SMM drivers.\r
-/// \r
+///\r
 #define EFI_DEP_BEFORE        0x00\r
 \r
-/// \r
+///\r
 /// If present, this must be the first and only opcode,\r
 /// EFI_DEP_AFTER may be used by DXE and SMM drivers.\r
-/// \r
+///\r
 #define EFI_DEP_AFTER         0x01\r
 \r
 #define EFI_DEP_PUSH          0x02\r
 #define EFI_DEP_END           0x08\r
 \r
 \r
-/// \r
+///\r
 /// If present, this must be the first opcode,\r
 /// EFI_DEP_SOR is only used by DXE driver.\r
-/// \r
+///\r
 #define EFI_DEP_SOR           0x09\r
 \r
-#endif \r
+#endif\r