20 EFI_STATUS status = EFI_SUCCESS;
22 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, _key);
23 }
while (EFI_NOT_READY == status);
29 return _ostream(*
this);
auto operator<<(_t _val) -> ostream &
static auto endl(ostream &_ostream) -> ostream &
static auto hex_x(ostream &_ostream) -> ostream &
static auto hex_X(ostream &_ostream) -> ostream &
auto wait_for_input(EFI_INPUT_KEY *_key) -> EFI_STATUS