aboutsummaryrefslogtreecommitdiffstats
path: root/src/fw/csm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fw/csm.c')
-rw-r--r--src/fw/csm.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/fw/csm.c b/src/fw/csm.c
index 9e73a40..7a926b1 100644
--- a/src/fw/csm.c
+++ b/src/fw/csm.c
@@ -4,21 +4,22 @@
//
// This file may be distributed under the terms of the GNU LGPLv3 license.
+#include "acpi.h"
+#include "biosvar.h"
+#include "boot.h"
+#include "bregs.h"
#include "config.h" // CONFIG_*
#include "csm.h"
-#include "util.h" // dprintf
-#include "bregs.h"
-#include "optionroms.h"
#include "hw/pci.h"
+#include "hw/pic.h"
+#include "malloc.h" // csm_malloc_preinit
#include "memmap.h"
-#include "biosvar.h"
+#include "optionroms.h"
+#include "output.h" // dprintf
#include "post.h"
-#include "acpi.h"
-#include "boot.h"
#include "smbios.h"
-#include "hw/pic.h"
-#include "malloc.h" // csm_malloc_preinit
#include "stacks.h" // wait_threads
+#include "util.h" // copy_smbios
struct rsdp_descriptor csm_rsdp VARFSEG __aligned(16);