]> git.proxmox.com Git - mirror_edk2.git/commitdiff
sync the latest spec changes with code
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 23 Sep 2009 01:54:04 +0000 (01:54 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 23 Sep 2009 01:54:04 +0000 (01:54 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9306 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Uefi/UefiSpec.h

index 199ee37a591b6049616c38276401f6455820f930..2492a461da1b85b35766ed9723730f1d4cc70e4f 100644 (file)
@@ -1910,7 +1910,8 @@ typedef struct {
   ///\r
   UINT32                            FirmwareRevision;\r
   ///\r
   ///\r
   UINT32                            FirmwareRevision;\r
   ///\r
-  /// The handle for the active console input device.\r
+  /// The handle for the active console input device. This handle must support\r
+  /// EFI_SIMPLE_TEXT_INPUT_PROTOCOL and EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.\r
   ///\r
   EFI_HANDLE                        ConsoleInHandle;\r
   ///\r
   ///\r
   EFI_HANDLE                        ConsoleInHandle;\r
   ///\r
@@ -1929,6 +1930,7 @@ typedef struct {
   EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL   *ConOut;\r
   ///\r
   /// The handle for the active standard error console device.\r
   EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL   *ConOut;\r
   ///\r
   /// The handle for the active standard error console device.\r
+  /// This handle must support the EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.\r
   ///\r
   EFI_HANDLE                        StandardErrorHandle;\r
   ///\r
   ///\r
   EFI_HANDLE                        StandardErrorHandle;\r
   ///\r