diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-19 14:23:54 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-19 14:23:54 +0000 |
commit | 74fec7085b01caac858ef511056e72b2b9ad5795 (patch) | |
tree | ec274b84dd4de1247c3f24c92f2ad1237ea24724 /MdePkg/Include/Protocol/DriverConfiguration.h | |
parent | 1ef3d003d641658a924fe59433c63e8f2837637a (diff) | |
download | edk2-platforms-74fec7085b01caac858ef511056e72b2b9ad5795.tar.xz |
Update comments for Protocol definitions to match UEFI spec.
And add the missing comments for the data structure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6635 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/DriverConfiguration.h')
-rw-r--r-- | MdePkg/Include/Protocol/DriverConfiguration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/DriverConfiguration.h b/MdePkg/Include/Protocol/DriverConfiguration.h index 547fd8e557..f02c5321d7 100644 --- a/MdePkg/Include/Protocol/DriverConfiguration.h +++ b/MdePkg/Include/Protocol/DriverConfiguration.h @@ -18,7 +18,7 @@ #include <Protocol/DriverConfiguration2.h>
///
-/// Global ID for the Driver Configuration Protocol defined in UEFI 2.0
+/// Global ID for the Driver Configuration Protocol defined in EFI 1.1
///
#define EFI_DRIVER_CONFIGURATION_PROTOCOL_GUID \
{ \
|