aboutsummaryrefslogtreecommitdiffstats
path: root/src/post.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-14 20:23:54 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:34 -0400
commit9dea59025f8aa3742ff5b27d1772e1651066ffb9 (patch)
tree98df1ab2466f14dffee39a7a56db813db6ad3aef /src/post.c
parent41639f80b6405563bf36844f3aeab1b6fe912ec6 (diff)
downloadseabios-9dea59025f8aa3742ff5b27d1772e1651066ffb9.tar.gz
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/post.c')
-rw-r--r--src/post.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/post.c b/src/post.c
index f1cb8a83..701134f9 100644
--- a/src/post.c
+++ b/src/post.c
@@ -25,6 +25,7 @@
#include "hw/lsi-scsi.h" // lsi_scsi_setup
#include "hw/esp-scsi.h" // esp_scsi_setup
#include "hw/megasas.h" // megasas_setup
+#include "malloc.h" // malloc_init
#include "post.h" // interface_init
#include "string.h" // memset