summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/EdidOverride.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 14:23:54 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 14:23:54 +0000
commit74fec7085b01caac858ef511056e72b2b9ad5795 (patch)
treeec274b84dd4de1247c3f24c92f2ad1237ea24724 /MdePkg/Include/Protocol/EdidOverride.h
parent1ef3d003d641658a924fe59433c63e8f2837637a (diff)
downloadedk2-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/EdidOverride.h')
-rw-r--r--MdePkg/Include/Protocol/EdidOverride.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/EdidOverride.h b/MdePkg/Include/Protocol/EdidOverride.h
index 27f42f1154..f2076b252e 100644
--- a/MdePkg/Include/Protocol/EdidOverride.h
+++ b/MdePkg/Include/Protocol/EdidOverride.h
@@ -29,9 +29,9 @@ typedef struct _EFI_EDID_OVERRIDE_PROTOCOL EFI_EDID_OVERRIDE_PROTOCOL;
#define EFI_EDID_OVERRIDE_ENABLE_HOT_PLUG 0x02
/**
- Return the current video mode information.
+ Returns policy information and potentially a replacement EDID for the specified video output device.
- @param This Protocol instance pointer.
+ @param This The EFI_EDID_OVERRIDE_PROTOCOL instance.
@param ChildHandle A child handle produced by the Graphics Output EFI
driver that represents a video output device.
@param Attributes The attributes associated with ChildHandle video output device.