diff options
| author | Eric Snowberg <eric.snowberg@oracle.com> | 2023-08-29 13:33:15 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2025-02-06 15:13:23 -0500 |
| commit | 38dfa37ec218bda0dd6bb5c4ce9e6ecb05fda851 (patch) | |
| tree | a8309f4e6b764b99e561d0d5c2f4b03a4cf4dafa /shim.h | |
| parent | 7ae0ee698a7e65057bb4d5322d3aabe2f435954e (diff) | |
| download | efi-boot-shim-38dfa37ec218bda0dd6bb5c4ce9e6ecb05fda851.tar.gz efi-boot-shim-38dfa37ec218bda0dd6bb5c4ce9e6ecb05fda851.zip | |
Create utils file
Move some functions currently used within fallback that will later also
be used in shim.
Signed-off-by: Eric Snowberg <eric.snowberg@oracle.com>
Diffstat (limited to 'shim.h')
| -rw-r--r-- | shim.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -188,6 +188,7 @@ #include "include/simple_file.h" #include "include/str.h" #include "include/tpm.h" +#include "include/utils.h" #include "include/cc.h" #include "include/ucs2.h" #include "include/variables.h" |
