~vorlon/ubuntu/yakkety/shim/trunk

1
2
3
4
5
6
7
8
9
#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