| commit | 114f068ad3878f9ca216543f0244eb4f7af23419 | [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 Apr 09 11:33:43 2014 +0100 |
| tree | 64d85c4e5103f7f47640a9ed885450a5ae745481 | |
| parent | 21e8615a1645d8dfaa6c3428d01e4a15f35a2047 [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>