diff options
Diffstat (limited to 'lib/libsecureboot/h/libsecureboot.h')
| -rw-r--r-- | lib/libsecureboot/h/libsecureboot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libsecureboot/h/libsecureboot.h b/lib/libsecureboot/h/libsecureboot.h index d32df9594332..fa8360338cfc 100644 --- a/lib/libsecureboot/h/libsecureboot.h +++ b/lib/libsecureboot/h/libsecureboot.h @@ -27,6 +27,8 @@ #ifndef _LIBSECUREBOOT_H_ #define _LIBSECUREBOOT_H_ +#undef MIN /* Conflicts with EDK2 */ +#undef MAX #include <sys/param.h> #ifdef _STANDALONE #define _DEBUG_LEVEL_VAR DebugVe |
