summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Protocol/ConsoleControl.h
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-23 05:08:24 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-23 05:08:24 +0000
commit257efb0ba32204ba983fd5eb4686280f8d975471 (patch)
treec832a7717f5e4cfb24ae1b1cc30d4c7aadf126ea /MdeModulePkg/Include/Protocol/ConsoleControl.h
parent498aeaf367503eb55358cf12e9d192d16c7d060d (diff)
downloadedk2-257efb0ba32204ba983fd5eb4686280f8d975471.zip
edk2-257efb0ba32204ba983fd5eb4686280f8d975471.tar.gz
edk2-257efb0ba32204ba983fd5eb4686280f8d975471.tar.bz2
fix ECC tool's warning
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7095 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Protocol/ConsoleControl.h')
-rw-r--r--MdeModulePkg/Include/Protocol/ConsoleControl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Protocol/ConsoleControl.h b/MdeModulePkg/Include/Protocol/ConsoleControl.h
index f41ffa7..e55e6b2 100644
--- a/MdeModulePkg/Include/Protocol/ConsoleControl.h
+++ b/MdeModulePkg/Include/Protocol/ConsoleControl.h
@@ -31,11 +31,12 @@ typedef enum {
/**
Return the current video mode information. Also returns info about existence
of Graphics Output devices or UGA Draw devices in system, and whether the Std
- In device is locked. GopUgaExists and StdInLocked parameters are optional.
+ In device is locked. GopUgaExists and StdInLocked parameters are optional, and
+ only returned if a non NULL pointer is passed in.
@param This Protocol instance pointer.
@param Mode Current video mode.
- @param GopExists TRUE if GOP Spliter has found a GOP/UGA device
+ @param GopUgaExists TRUE if GOP Spliter has found a GOP/UGA device
@param StdInLocked TRUE if StdIn device is keyboard locked
@retval EFI_SUCCESS Video mode information is returned.