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
This commit is contained in:
mdkinney 2008-12-07 22:59:27 +00:00
parent d1c810fcb5
commit f1409bb2ea
1 changed files with 10 additions and 2 deletions

View File

@ -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;
///