From fb5148a0d8e660e79596d870964db27c3059eca1 Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 14 Aug 2008 04:30:49 +0000 Subject: git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5650 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Pi/PiDependency.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'MdePkg/Include/Pi') diff --git a/MdePkg/Include/Pi/PiDependency.h b/MdePkg/Include/Pi/PiDependency.h index 055b5ddb3f..4dbf42ffad 100644 --- a/MdePkg/Include/Pi/PiDependency.h +++ b/MdePkg/Include/Pi/PiDependency.h @@ -17,14 +17,14 @@ #ifndef __PI_DEPENDENCY_H__ #define __PI_DEPENDENCY_H__ -// -// If present, this must be the first and only opcode -// +/// +/// If present, this must be the first and only opcode +/// #define EFI_DEP_BEFORE 0x00 -// -// If present, this must be the first and only opcode -// +/// +/// If present, this must be the first and only opcode +/// #define EFI_DEP_AFTER 0x01 #define EFI_DEP_PUSH 0x02 @@ -36,9 +36,9 @@ #define EFI_DEP_END 0x08 -// -// If present, this must be the first opcode. -// +/// +/// If present, this must be the first opcode. +/// #define EFI_DEP_SOR 0x09 #endif -- cgit v1.2.3