diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-14 04:30:49 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-14 04:30:49 +0000 |
commit | fb5148a0d8e660e79596d870964db27c3059eca1 (patch) | |
tree | e62add5a36d62b05932d74043c7bc7595198d3b4 /MdePkg/Include/Pi | |
parent | 99e8ed219f48b82694424e46c9512d4929d9d54e (diff) | |
download | edk2-platforms-fb5148a0d8e660e79596d870964db27c3059eca1.tar.xz |
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5650 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Pi')
-rw-r--r-- | MdePkg/Include/Pi/PiDependency.h | 18 |
1 files changed, 9 insertions, 9 deletions
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
|