mirror of https://github.com/acidanthera/audk.git
sync the latest spec changes with code
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9306 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0f729825d0
commit
eaf75bf4b8
|
@ -1910,7 +1910,8 @@ typedef struct {
|
||||||
///
|
///
|
||||||
UINT32 FirmwareRevision;
|
UINT32 FirmwareRevision;
|
||||||
///
|
///
|
||||||
/// The handle for the active console input device.
|
/// The handle for the active console input device. This handle must support
|
||||||
|
/// EFI_SIMPLE_TEXT_INPUT_PROTOCOL and EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.
|
||||||
///
|
///
|
||||||
EFI_HANDLE ConsoleInHandle;
|
EFI_HANDLE ConsoleInHandle;
|
||||||
///
|
///
|
||||||
|
@ -1929,6 +1930,7 @@ typedef struct {
|
||||||
EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *ConOut;
|
EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *ConOut;
|
||||||
///
|
///
|
||||||
/// The handle for the active standard error console device.
|
/// The handle for the active standard error console device.
|
||||||
|
/// This handle must support the EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.
|
||||||
///
|
///
|
||||||
EFI_HANDLE StandardErrorHandle;
|
EFI_HANDLE StandardErrorHandle;
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue