repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git]
/
src
/
vendorcode
/
amd
/
pi
/
Lib
/
debug_util.h
blob
a8d9a33c501efaeac12f751532eb102a7687dc59
1
#ifndef __AGESA_DEBUG_UTIL_H__
2
#define __AGESA_DEBUG_UTIL_H__
3
4
#include
"AMD.h"
5
6
const char
*
heap_status_name
(
UINT8 HeapStatus
);
7
8
#endif