From f1409bb2ea04f05dde57f953846b680fe83a315b Mon Sep 17 00:00:00 2001 From: mdkinney Date: Sun, 7 Dec 2008 22:59:27 +0000 Subject: 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 --- MdePkg/Include/Protocol/DevicePath.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'MdePkg/Include/Protocol') 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; /// -- cgit v1.2.3