aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/pi/Lib/debug_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/pi/Lib/debug_util.h')
-rw-r--r--src/vendorcode/amd/pi/Lib/debug_util.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/vendorcode/amd/pi/Lib/debug_util.h b/src/vendorcode/amd/pi/Lib/debug_util.h
new file mode 100644
index 0000000000..a8d9a33c50
--- /dev/null
+++ b/src/vendorcode/amd/pi/Lib/debug_util.h
@@ -0,0 +1,8 @@
+#ifndef __AGESA_DEBUG_UTIL_H__
+#define __AGESA_DEBUG_UTIL_H__
+
+#include "AMD.h"
+
+const char *heap_status_name(UINT8 HeapStatus);
+
+#endif