drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git] / src / vendorcode / amd / pi / Lib / debug_util.h
bloba8d9a33c501efaeac12f751532eb102a7687dc59
1 #ifndef __AGESA_DEBUG_UTIL_H__
2 #define __AGESA_DEBUG_UTIL_H__
4 #include "AMD.h"
6 const char *heap_status_name(UINT8 HeapStatus);
8 #endif