aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2012-08-05 14:11:07 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2012-08-05 14:11:07 +0000
commitd68fc999de5fcf708e2c20f2d9d7ccb042f6d338 (patch)
treec034fa70fe1b5a5a514810024c7880aeaa015941 /sys/boot
parent72b179343b626de59e95fbffca1973d87eb53d8f (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/btx/btxldr/btxldr.S4
-rw-r--r--sys/boot/pc98/btx/lib/btxcsu.S4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/pc98/btx/btxldr/btxldr.S b/sys/boot/pc98/btx/btxldr/btxldr.S
index 683d6c8e6e42..9a6483f72c3d 100644
--- a/sys/boot/pc98/btx/btxldr/btxldr.S
+++ b/sys/boot/pc98/btx/btxldr/btxldr.S
@@ -15,13 +15,13 @@
* $FreeBSD$
*/
+#include <bootargs.h>
+
/*
* Prototype BTX loader program, written in a couple of hours. The
* real thing should probably be more flexible, and in C.
*/
-#include <bootargs.h>
-
/*
* Memory locations.
*/
diff --git a/sys/boot/pc98/btx/lib/btxcsu.S b/sys/boot/pc98/btx/lib/btxcsu.S
index 8af6ad626aa6..c46f8097dbe3 100644
--- a/sys/boot/pc98/btx/lib/btxcsu.S
+++ b/sys/boot/pc98/btx/lib/btxcsu.S
@@ -15,12 +15,12 @@
# $FreeBSD$
+#include <bootargs.h>
+
#
# BTX C startup code (ELF).
#
-#include <bootargs.h>
-
#
# Globals.
#