diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-14 23:57:26 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-18 20:48:34 -0400 |
commit | 135f3f676de1416f0cd0fa7f0c886cf1b72222cb (patch) | |
tree | 805d962c2b66daffcb30b0816cce8faf67e8a809 /src/post.c | |
parent | b18557ab09a60476b4269c3a473d8aebeaaa002f (diff) | |
download | seabios-135f3f676de1416f0cd0fa7f0c886cf1b72222cb.tar.gz |
Split disk.h into block.h and std/disk.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/post.c')
-rw-r--r-- | src/post.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -9,7 +9,6 @@ #include "boot.h" // boot_init #include "bregs.h" // struct bregs #include "config.h" // CONFIG_* -#include "disk.h" // floppy_setup #include "fw/paravirt.h" // qemu_cfg_preinit #include "fw/xen.h" // xen_preinit #include "hw/ahci.h" // ahci_setup |