X-Git-Url: https://code.delx.au/refind/blobdiff_plain/46cc01f14a62fe47a72b85d75d7576c25b0e1a62..c234a62eb700ca3167345fc1be035fdcf19999b4:/mok/security_policy.c diff --git a/mok/security_policy.c b/mok/security_policy.c index 2d0d0d1..33d3be7 100644 --- a/mok/security_policy.c +++ b/mok/security_policy.c @@ -24,9 +24,6 @@ struct _EFI_SECURITY_PROTOCOL; struct _EFI_DEVICE_PATH_PROTOCOL; typedef struct _EFI_SECURITY2_PROTOCOL EFI_SECURITY2_PROTOCOL; typedef struct _EFI_SECURITY_PROTOCOL EFI_SECURITY_PROTOCOL; -#ifdef __MAKEWITH_GNUEFI -typedef struct _EFI_DEVICE_PATH_PROTOCOL EFI_DEVICE_PATH_PROTOCOL; -#endif #if defined(EFIX64) #define MSABI __attribute__((ms_abi))