commit | 68e4fb9ed17eb1803770e4ca3a39609b2fbf9c10 | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt.fleming@intel.com> | Wed Jun 12 09:32:03 2013 +0100 |
committer | Matt Fleming <matt.fleming@intel.com> | Wed Jun 12 11:10:25 2013 +0100 |
tree | d87312d008b92658b856c0bf567aa885b7796f78 | |
parent | 06b5f1fd1191e45daf51dc1eee97f96a65b6d763 [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>