mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-05-29 15:33:12 +00:00

This is the first stage of porting the MokManager UI to the UI code used by the Linux Foundation UEFI loader.
10 lines
187 B
C
10 lines
187 B
C
#include <efierr.h>
|
|
|
|
#ifndef EFI_INCOMPATIBLE_VERSION
|
|
#define EFI_INCOMPATIBLE_VERSION EFIERR(25)
|
|
#endif
|
|
#ifndef EFI_SECURITY_VIOLATION
|
|
#define EFI_SECURITY_VIOLATION EFIERR(26)
|
|
#endif
|
|
|