summaryrefslogtreecommitdiff
path: root/MdePkg/Include/IndustryStandard/Sal.h
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-08 06:59:18 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-08 06:59:18 +0000
commitbf7ea00943f3b9e95a82bd2c231684f66f6f2b29 (patch)
tree8d4fdc9ba0bfd7ff0fb96e2976745fcc2c54f2f9 /MdePkg/Include/IndustryStandard/Sal.h
parentc6d0ee4b41589bcf5806b457bb3de596d455d4a1 (diff)
downloadedk2-platforms-bf7ea00943f3b9e95a82bd2c231684f66f6f2b29.tar.xz
added comments for some structures and apply for doxgen format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6917 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Sal.h')
-rw-r--r--MdePkg/Include/IndustryStandard/Sal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/MdePkg/Include/IndustryStandard/Sal.h b/MdePkg/Include/IndustryStandard/Sal.h
index df0c37090b..2199efe14c 100644
--- a/MdePkg/Include/IndustryStandard/Sal.h
+++ b/MdePkg/Include/IndustryStandard/Sal.h
@@ -729,10 +729,14 @@ typedef struct {
#define PCI_BUS_OEM_ID_VALID_BIT_MASK 0x200
#define PCI_BUS_OEM_DATA_STRUCT_VALID_BIT_MASK 0x400
+///
+/// Designated PCI Bus identifier
+///
typedef struct {
UINT8 BusNumber;
UINT8 SegmentNumber;
} PCI_BUS_ID;
+
///
/// Definition of Platform PCI Bus Error Info Record
///