diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/boot/pc98/btx/btxldr/btxldr.S | 4 | ||||
-rw-r--r-- | sys/boot/pc98/btx/lib/btxcsu.S | 4 |
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 683d6c8..9a6483f 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 8af6ad6..c46f809 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. # |