mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
[external] Update to latest j6-uefi-headers
This commit is contained in:
3
external/uefi/protos/device_path.h
vendored
3
external/uefi/protos/device_path.h
vendored
@@ -16,6 +16,7 @@ struct device_path
|
||||
{
|
||||
static constexpr uefi::guid guid{ 0x09576e91,0x6d3f,0x11d2,{0x8e,0x39,0x00,0xa0,0xc9,0x69,0x72,0x3b} };
|
||||
|
||||
|
||||
uint8_t type;
|
||||
uint8_t sub_type;
|
||||
uint16_t length;
|
||||
@@ -27,4 +28,4 @@ public:
|
||||
} // namespace protos
|
||||
} // namespace uefi
|
||||
|
||||
#endif // _uefi_protos_device_path_h_
|
||||
#endif // _uefi_protos_device_path_h_
|
||||
Reference in New Issue
Block a user