diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2012-08-05 14:11:07 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2012-08-05 14:11:07 +0000 |
| commit | d68fc999de5fcf708e2c20f2d9d7ccb042f6d338 (patch) | |
| tree | c034fa70fe1b5a5a514810024c7880aeaa015941 /sys/boot | |
| parent | 72b179343b626de59e95fbffca1973d87eb53d8f (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -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 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. # |
