diff options
Diffstat (limited to 'include/guid.h')
| -rw-r--r-- | include/guid.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/guid.h b/include/guid.h new file mode 100644 index 00000000..10f865ad --- /dev/null +++ b/include/guid.h @@ -0,0 +1,18 @@ +#include <efi.h> + +#ifndef BUILD_EFI +const char *guid_to_str(EFI_GUID *guid); +void str_to_guid(const char *str, EFI_GUID *guid); +#endif + +extern EFI_GUID GV_GUID; +extern EFI_GUID SIG_DB; +extern EFI_GUID X509_GUID; +extern EFI_GUID RSA2048_GUID; +extern EFI_GUID PKCS7_GUID; +extern EFI_GUID IMAGE_PROTOCOL; +extern EFI_GUID SIMPLE_FS_PROTOCOL; +extern EFI_GUID EFI_CERT_SHA256_GUID; +extern EFI_GUID MOK_OWNER; +extern EFI_GUID SECURITY_PROTOCOL_GUID; +extern EFI_GUID SECURITY2_PROTOCOL_GUID; |
