mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
[external] Update to latest j6-uefi-headers
This commit is contained in:
3
external/uefi/protos/simple_text_output.h
vendored
3
external/uefi/protos/simple_text_output.h
vendored
@@ -17,6 +17,7 @@ struct simple_text_output
|
||||
{
|
||||
static constexpr uefi::guid guid{ 0x387477c2,0x69c7,0x11d2,{0x8e,0x39,0x00,0xa0,0xc9,0x69,0x72,0x3b} };
|
||||
|
||||
|
||||
inline uefi::status reset(bool extended_verification) {
|
||||
return _reset(this, extended_verification);
|
||||
}
|
||||
@@ -89,4 +90,4 @@ public:
|
||||
} // namespace protos
|
||||
} // namespace uefi
|
||||
|
||||
#endif // _uefi_protos_simple_text_output_h_
|
||||
#endif // _uefi_protos_simple_text_output_h_
|
||||
Reference in New Issue
Block a user