diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-08 03:38:23 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-08 03:38:23 +0000 |
commit | 2b47aaa69c2c44e4f783cfbbf4d1c3c2014ca47b (patch) | |
tree | c9b70be785908f68afb6487d96f26b7630a3c704 /IntelFrameworkPkg/Include/Framework | |
parent | 905574d8a05e837f4efff05c30facd1a055f3f50 (diff) | |
download | edk2-platforms-2b47aaa69c2c44e4f783cfbbf4d1c3c2014ca47b.tar.xz |
add comments to note why EFI_MISC_PORT_DEVICE_PATH and etc exists here , which is not defined in MiscSubclass spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8797 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Framework')
-rw-r--r-- | IntelFrameworkPkg/Include/Framework/DataHubRecords.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Framework/DataHubRecords.h b/IntelFrameworkPkg/Include/Framework/DataHubRecords.h index df35b08777..fa958b6535 100644 --- a/IntelFrameworkPkg/Include/Framework/DataHubRecords.h +++ b/IntelFrameworkPkg/Include/Framework/DataHubRecords.h @@ -118,6 +118,11 @@ typedef struct _FLOOPY_CONN_DEVICE_PATH { EFI_DEVICE_PATH_PROTOCOL EndDevicePath;
} FLOOPY_CONN_DEVICE_PATH;
+///
+/// Inconsistent with specification here:
+/// In MiscSubclass spec0.9, this data structure and corrsponding fields are NOT defined.
+/// It's implementation-specific to simplify the code logic.
+///
typedef union _EFI_MISC_PORT_DEVICE_PATH {
USB_PORT_DEVICE_PATH UsbDevicePath;
IDE_DEVICE_PATH IdeDevicePath;
|