aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f12/Proc/GNB/Common/Gnb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/agesa/f12/Proc/GNB/Common/Gnb.h')
-rw-r--r--src/vendorcode/amd/agesa/f12/Proc/GNB/Common/Gnb.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/vendorcode/amd/agesa/f12/Proc/GNB/Common/Gnb.h b/src/vendorcode/amd/agesa/f12/Proc/GNB/Common/Gnb.h
index f81ca3dc05..3753bbcc54 100644
--- a/src/vendorcode/amd/agesa/f12/Proc/GNB/Common/Gnb.h
+++ b/src/vendorcode/amd/agesa/f12/Proc/GNB/Common/Gnb.h
@@ -46,6 +46,8 @@
#ifndef _GNB_H_
#define _GNB_H_
+#include <stdlib.h>
+
#pragma pack (push, 1)
#define GNB_DEADLOOP() \
@@ -70,14 +72,6 @@
#endif
#endif
-#ifndef MIN
- #define MIN(x, y) (((x) > (y))? (y):(x))
-#endif
-
-#ifndef MAX
- #define MAX(x, y) (((x) > (y))? (x):(y))
-#endif
-
#define OFF 0
#define PVOID UINT64