diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-14 13:01:30 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-18 20:48:34 -0400 |
commit | b9c6a960808451d75acd9c048f418dd2c92ac59d (patch) | |
tree | 7b7cd650fae1418f6284fc7579762cf832c17fdf /src/pmm.c | |
parent | 490797e851af64481a998b80072554b75009483c (diff) | |
download | seabios-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |