aboutsummaryrefslogtreecommitdiff
path: root/src/fw
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-14 23:57:26 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:34 -0400
commit135f3f676de1416f0cd0fa7f0c886cf1b72222cb (patch)
tree805d962c2b66daffcb30b0816cce8faf67e8a809 /src/fw
parentb18557ab09a60476b4269c3a473d8aebeaaa002f (diff)
downloadseabios-hppa-135f3f676de1416f0cd0fa7f0c886cf1b72222cb.zip
seabios-hppa-135f3f676de1416f0cd0fa7f0c886cf1b72222cb.tar.gz
seabios-hppa-135f3f676de1416f0cd0fa7f0c886cf1b72222cb.tar.bz2
Split disk.h into block.h and std/disk.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/fw')
-rw-r--r--src/fw/coreboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fw/coreboot.c b/src/fw/coreboot.c
index e9874e2..7d877eb 100644
--- a/src/fw/coreboot.c
+++ b/src/fw/coreboot.c
@@ -4,10 +4,10 @@
//
// This file may be distributed under the terms of the GNU LGPLv3 license.
+#include "block.h" // MAXDESCSIZE
#include "boot.h" // boot_add_cbfs
#include "byteorder.h" // be32_to_cpu
#include "config.h" // CONFIG_*
-#include "disk.h" // MAXDESCSIZE
#include "hw/pci.h" // pci_probe_devices
#include "lzmadecode.h" // LzmaDecode
#include "malloc.h" // free