aboutsummaryrefslogtreecommitdiffstats
path: root/src/pmm.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-14 13:01:30 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:34 -0400
commitb9c6a960808451d75acd9c048f418dd2c92ac59d (patch)
tree7b7cd650fae1418f6284fc7579762cf832c17fdf /src/pmm.c
parent490797e851af64481a998b80072554b75009483c (diff)
downloadseabios-b9c6a960808451d75acd9c048f418dd2c92ac59d.tar.gz
Split x86 specific functions out of util.c/h to new files x86.c/h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/pmm.c')
-rw-r--r--src/pmm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pmm.c b/src/pmm.c
index 9ea43136..c86d66f1 100644
--- a/src/pmm.c
+++ b/src/pmm.c
@@ -11,6 +11,7 @@
#include "biosvar.h" // GET_BDA
#include "optionroms.h" // OPTION_ROM_ALIGN
#include "list.h" // hlist_node
+#include "x86.h" // __ffs
// Information on a reserved area.
struct allocinfo_s {