[external] Update to latest j6-uefi-headers

This commit is contained in:
Justin C. Miller
2021-01-21 18:48:42 -08:00
parent 452457412b
commit fd8552ca3a
14 changed files with 707 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ struct file;
struct file
{
inline uefi::status open(file ** new_handle, const wchar_t * file_name, file_mode open_mode, file_attr attributes) {
return _open(this, new_handle, file_name, open_mode, attributes);
@@ -123,4 +123,4 @@ public:
} // namespace protos
} // namespace uefi
#endif // _uefi_protos_file_h_
#endif // _uefi_protos_file_h_