mirror of https://github.com/acidanthera/audk.git
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:
parent
d1c810fcb5
commit
f1409bb2ea
|
@ -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;
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue