tsoome c2e27b84ac loader.efi: efi_devpath_is_prefix should return bool
efi_devpath_is_prefix() is currently returning values 0 or 1, which means
it really should return bool.

Additionally, use unsigned len, because we only get unsigned values from
DevicePathNodeLength().
2017-11-10 12:07:56 +00:00
..
2017-11-08 21:24:06 +00:00
2017-11-08 23:20:05 +00:00
2017-10-29 08:17:03 +00:00
2017-06-08 21:30:34 +00:00
2017-11-10 02:00:40 +00:00
2017-11-08 23:25:05 +00:00
2017-11-09 13:09:07 +00:00