summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/BiosCallOuts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/BiosCallOuts.h')
-rw-r--r--src/soc/amd/common/BiosCallOuts.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/common/BiosCallOuts.h b/src/soc/amd/common/BiosCallOuts.h
index 9cad16df96..c6ad585c65 100644
--- a/src/soc/amd/common/BiosCallOuts.h
+++ b/src/soc/amd/common/BiosCallOuts.h
@@ -35,8 +35,6 @@ typedef struct _BIOS_BUFFER_NODE {
UINT32 NextNodeOffset;
} BIOS_BUFFER_NODE;
-void EmptyHeap(void);
-
AGESA_STATUS agesa_AllocateBuffer(UINT32 Func, UINTN Data, VOID *ConfigPtr);
AGESA_STATUS agesa_DeallocateBuffer(UINT32 Func, UINTN Data, VOID *ConfigPtr);
AGESA_STATUS agesa_LocateBuffer(UINT32 Func, UINTN Data, VOID *ConfigPtr);