summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-07 22:59:27 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-07 22:59:27 +0000
commitf1409bb2ea04f05dde57f953846b680fe83a315b (patch)
treef6c9d39b7e38c5b1c6d2c0d257ead3d697a6f0a4 /MdePkg
parentd1c810fcb57a8f880d965f915ad514f4e6e92b0a (diff)
downloadedk2-f1409bb2ea04f05dde57f953846b680fe83a315b.tar.gz
edk2-f1409bb2ea04f05dde57f953846b680fe83a315b.tar.bz2
edk2-f1409bb2ea04f05dde57f953846b680fe83a315b.zip
Make sure the #define for a subtype and the device path node for a subtype each have their own comment block.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6905 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/DevicePath.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/DevicePath.h b/MdePkg/Include/Protocol/DevicePath.h
index 56e5cec85b..53890a667e 100644
--- a/MdePkg/Include/Protocol/DevicePath.h
+++ b/MdePkg/Include/Protocol/DevicePath.h
@@ -77,9 +77,13 @@ typedef EFI_DEVICE_PATH_PROTOCOL EFI_DEVICE_PATH;
#define HARDWARE_DEVICE_PATH 0x01
///
-/// PCI Device Path
+/// PCI Device Path SubType
///
#define HW_PCI_DP 0x01
+
+///
+/// PCI Device Path
+///
typedef struct {
EFI_DEVICE_PATH_PROTOCOL Header;
///
@@ -93,9 +97,13 @@ typedef struct {
} PCI_DEVICE_PATH;
///
-/// PCCARD Device Path
+/// PCCARD Device Path SubType
///
#define HW_PCCARD_DP 0x02
+
+///
+/// PCCARD Device Path
+///
typedef struct {
EFI_DEVICE_PATH_PROTOCOL Header;
///