summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/common/debug_util.h
blob: a8d9a33c501efaeac12f751532eb102a7687dc59 (plain)
1
2
3
4
5
6
7
8
#ifndef __AGESA_DEBUG_UTIL_H__
#define __AGESA_DEBUG_UTIL_H__

#include "AMD.h"

const char *heap_status_name(UINT8 HeapStatus);

#endif