commit | 202f64b11354ca77f5d6f8c401691798c31db031 | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt.fleming@intel.com> | Wed Jun 12 09:32:03 2013 +0100 |
committer | Matt Fleming <matt.fleming@intel.com> | Tue Aug 05 15:16:53 2014 +0100 |
tree | c856f46eff856e217e2f7ec433f7570ecbbcde1b | |
parent | 5dc3826d9f08c5d3750608d1e1638104c66d31a0 [diff] |
efi: Move efi_status_to_err() to efi.h Move efi_status_to_err() into the efi.h header as it's generally useful in all bits of EFI code where there is a need to convert an efi_status_t to a kernel error value. Signed-off-by: Matt Fleming <matt.fleming@intel.com>