diff options
author | imp <imp@FreeBSD.org> | 2005-04-01 23:19:43 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-04-01 23:19:43 +0000 |
commit | 35414c889448765b282e4b0b1b70ad61d1f66522 (patch) | |
tree | 5aae2c8c5fcc6cef6a74b2a23346778a63a1e9cf /sys/pc98 | |
parent | aba0fc4be085c4a2229c310dddea6654a9f558d6 (diff) | |
download | FreeBSD-src-35414c889448765b282e4b0b1b70ad61d1f66522.zip FreeBSD-src-35414c889448765b282e4b0b1b70ad61d1f66522.tar.gz |
Add reach-over include files to read i386/foo.h. In time, the pc98
specific code will migrate to these files to augment or replace the
version in i386/include and/or i386/linux. This should, in the
fullness of time, allow many of the #ifdef PC98 in the tree.
# These files are in the public domain because there is insufficient
# creative content in them. When you customize them, please add a
# copyright notice and license.
OK'd in principle by: nyan@
Diffstat (limited to 'sys/pc98')
91 files changed, 546 insertions, 0 deletions
diff --git a/sys/pc98/include/_inttypes.h b/sys/pc98/include/_inttypes.h new file mode 100644 index 0000000..3270185 --- /dev/null +++ b/sys/pc98/include/_inttypes.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/_inttypes.h> diff --git a/sys/pc98/include/_limits.h b/sys/pc98/include/_limits.h new file mode 100644 index 0000000..21e2fb6 --- /dev/null +++ b/sys/pc98/include/_limits.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/_limits.h> diff --git a/sys/pc98/include/_stdint.h b/sys/pc98/include/_stdint.h new file mode 100644 index 0000000..bb4242a --- /dev/null +++ b/sys/pc98/include/_stdint.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/_stdint.h> diff --git a/sys/pc98/include/_types.h b/sys/pc98/include/_types.h new file mode 100644 index 0000000..63da67a --- /dev/null +++ b/sys/pc98/include/_types.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/_types.h> diff --git a/sys/pc98/include/apm_bios.h b/sys/pc98/include/apm_bios.h new file mode 100644 index 0000000..742631e --- /dev/null +++ b/sys/pc98/include/apm_bios.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/apm_bios.h> diff --git a/sys/pc98/include/apm_segments.h b/sys/pc98/include/apm_segments.h new file mode 100644 index 0000000..fac544b --- /dev/null +++ b/sys/pc98/include/apm_segments.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/apm_segments.h> diff --git a/sys/pc98/include/asm.h b/sys/pc98/include/asm.h new file mode 100644 index 0000000..aa14163 --- /dev/null +++ b/sys/pc98/include/asm.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/asm.h> diff --git a/sys/pc98/include/asmacros.h b/sys/pc98/include/asmacros.h new file mode 100644 index 0000000..98f3839 --- /dev/null +++ b/sys/pc98/include/asmacros.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/asmacros.h> diff --git a/sys/pc98/include/atomic.h b/sys/pc98/include/atomic.h new file mode 100644 index 0000000..e6550e4 --- /dev/null +++ b/sys/pc98/include/atomic.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/atomic.h> diff --git a/sys/pc98/include/bootinfo.h b/sys/pc98/include/bootinfo.h new file mode 100644 index 0000000..c627e43 --- /dev/null +++ b/sys/pc98/include/bootinfo.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/bootinfo.h> diff --git a/sys/pc98/include/bus.h b/sys/pc98/include/bus.h new file mode 100644 index 0000000..3317fe2 --- /dev/null +++ b/sys/pc98/include/bus.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/bus.h> diff --git a/sys/pc98/include/bus_dma.h b/sys/pc98/include/bus_dma.h new file mode 100644 index 0000000..4fdad3f --- /dev/null +++ b/sys/pc98/include/bus_dma.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/bus_dma.h> diff --git a/sys/pc98/include/bus_memio.h b/sys/pc98/include/bus_memio.h new file mode 100644 index 0000000..324412d --- /dev/null +++ b/sys/pc98/include/bus_memio.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/bus_memio.h> diff --git a/sys/pc98/include/bus_pc98.h b/sys/pc98/include/bus_pc98.h new file mode 100644 index 0000000..d7028e7 --- /dev/null +++ b/sys/pc98/include/bus_pc98.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/bus_pc98.h> diff --git a/sys/pc98/include/bus_pio.h b/sys/pc98/include/bus_pio.h new file mode 100644 index 0000000..8f1ee2a --- /dev/null +++ b/sys/pc98/include/bus_pio.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/bus_pio.h> diff --git a/sys/pc98/include/clock.h b/sys/pc98/include/clock.h new file mode 100644 index 0000000..9c9ff18 --- /dev/null +++ b/sys/pc98/include/clock.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/clock.h> diff --git a/sys/pc98/include/cpu.h b/sys/pc98/include/cpu.h new file mode 100644 index 0000000..6da74ed --- /dev/null +++ b/sys/pc98/include/cpu.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/cpu.h> diff --git a/sys/pc98/include/cpufunc.h b/sys/pc98/include/cpufunc.h new file mode 100644 index 0000000..deb0c39 --- /dev/null +++ b/sys/pc98/include/cpufunc.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/cpufunc.h> diff --git a/sys/pc98/include/cputypes.h b/sys/pc98/include/cputypes.h new file mode 100644 index 0000000..dbea880 --- /dev/null +++ b/sys/pc98/include/cputypes.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/cputypes.h> diff --git a/sys/pc98/include/critical.h b/sys/pc98/include/critical.h new file mode 100644 index 0000000..a3e7098 --- /dev/null +++ b/sys/pc98/include/critical.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/critical.h> diff --git a/sys/pc98/include/cserial.h b/sys/pc98/include/cserial.h new file mode 100644 index 0000000..c7fc610 --- /dev/null +++ b/sys/pc98/include/cserial.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/cserial.h> diff --git a/sys/pc98/include/db_machdep.h b/sys/pc98/include/db_machdep.h new file mode 100644 index 0000000..a1b0c14 --- /dev/null +++ b/sys/pc98/include/db_machdep.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/db_machdep.h> diff --git a/sys/pc98/include/elf.h b/sys/pc98/include/elf.h new file mode 100644 index 0000000..3993759 --- /dev/null +++ b/sys/pc98/include/elf.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/elf.h> diff --git a/sys/pc98/include/endian.h b/sys/pc98/include/endian.h new file mode 100644 index 0000000..911c53e --- /dev/null +++ b/sys/pc98/include/endian.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/endian.h> diff --git a/sys/pc98/include/exec.h b/sys/pc98/include/exec.h new file mode 100644 index 0000000..e86bada --- /dev/null +++ b/sys/pc98/include/exec.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/exec.h> diff --git a/sys/pc98/include/float.h b/sys/pc98/include/float.h new file mode 100644 index 0000000..28e3b02 --- /dev/null +++ b/sys/pc98/include/float.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/float.h> diff --git a/sys/pc98/include/floatingpoint.h b/sys/pc98/include/floatingpoint.h new file mode 100644 index 0000000..c61de43 --- /dev/null +++ b/sys/pc98/include/floatingpoint.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/floatingpoint.h> diff --git a/sys/pc98/include/frame.h b/sys/pc98/include/frame.h new file mode 100644 index 0000000..89d90c0 --- /dev/null +++ b/sys/pc98/include/frame.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/frame.h> diff --git a/sys/pc98/include/gdb_machdep.h b/sys/pc98/include/gdb_machdep.h new file mode 100644 index 0000000..dcb25bb --- /dev/null +++ b/sys/pc98/include/gdb_machdep.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/gdb_machdep.h> diff --git a/sys/pc98/include/i4b_cause.h b/sys/pc98/include/i4b_cause.h new file mode 100644 index 0000000..4d8c957 --- /dev/null +++ b/sys/pc98/include/i4b_cause.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/i4b_cause.h> diff --git a/sys/pc98/include/i4b_debug.h b/sys/pc98/include/i4b_debug.h new file mode 100644 index 0000000..74d0f13 --- /dev/null +++ b/sys/pc98/include/i4b_debug.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/i4b_debug.h> diff --git a/sys/pc98/include/i4b_ioctl.h b/sys/pc98/include/i4b_ioctl.h new file mode 100644 index 0000000..d3d8a57 --- /dev/null +++ b/sys/pc98/include/i4b_ioctl.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/i4b_ioctl.h> diff --git a/sys/pc98/include/i4b_rbch_ioctl.h b/sys/pc98/include/i4b_rbch_ioctl.h new file mode 100644 index 0000000..dd03b06 --- /dev/null +++ b/sys/pc98/include/i4b_rbch_ioctl.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/i4b_rbch_ioctl.h> diff --git a/sys/pc98/include/i4b_tel_ioctl.h b/sys/pc98/include/i4b_tel_ioctl.h new file mode 100644 index 0000000..617eeab --- /dev/null +++ b/sys/pc98/include/i4b_tel_ioctl.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/i4b_tel_ioctl.h> diff --git a/sys/pc98/include/i4b_trace.h b/sys/pc98/include/i4b_trace.h new file mode 100644 index 0000000..88a3725 --- /dev/null +++ b/sys/pc98/include/i4b_trace.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/i4b_trace.h> diff --git a/sys/pc98/include/ieeefp.h b/sys/pc98/include/ieeefp.h new file mode 100644 index 0000000..67f0c09 --- /dev/null +++ b/sys/pc98/include/ieeefp.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/ieeefp.h> diff --git a/sys/pc98/include/in_cksum.h b/sys/pc98/include/in_cksum.h new file mode 100644 index 0000000..e7227d4 --- /dev/null +++ b/sys/pc98/include/in_cksum.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/in_cksum.h> diff --git a/sys/pc98/include/intr_machdep.h b/sys/pc98/include/intr_machdep.h new file mode 100644 index 0000000..9fccf8a --- /dev/null +++ b/sys/pc98/include/intr_machdep.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/intr_machdep.h> diff --git a/sys/pc98/include/iodev.h b/sys/pc98/include/iodev.h new file mode 100644 index 0000000..683ea79 --- /dev/null +++ b/sys/pc98/include/iodev.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/iodev.h> diff --git a/sys/pc98/include/kdb.h b/sys/pc98/include/kdb.h new file mode 100644 index 0000000..9d412d4 --- /dev/null +++ b/sys/pc98/include/kdb.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/kdb.h> diff --git a/sys/pc98/include/legacyvar.h b/sys/pc98/include/legacyvar.h new file mode 100644 index 0000000..0e52128 --- /dev/null +++ b/sys/pc98/include/legacyvar.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/legacyvar.h> diff --git a/sys/pc98/include/limits.h b/sys/pc98/include/limits.h new file mode 100644 index 0000000..b51a993 --- /dev/null +++ b/sys/pc98/include/limits.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/limits.h> diff --git a/sys/pc98/include/md_var.h b/sys/pc98/include/md_var.h new file mode 100644 index 0000000..1f674fe --- /dev/null +++ b/sys/pc98/include/md_var.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/md_var.h> diff --git a/sys/pc98/include/memdev.h b/sys/pc98/include/memdev.h new file mode 100644 index 0000000..46e2301 --- /dev/null +++ b/sys/pc98/include/memdev.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/memdev.h> diff --git a/sys/pc98/include/metadata.h b/sys/pc98/include/metadata.h new file mode 100644 index 0000000..1d783ec --- /dev/null +++ b/sys/pc98/include/metadata.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/metadata.h> diff --git a/sys/pc98/include/mp_watchdog.h b/sys/pc98/include/mp_watchdog.h new file mode 100644 index 0000000..f0b91c0 --- /dev/null +++ b/sys/pc98/include/mp_watchdog.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/mp_watchdog.h> diff --git a/sys/pc98/include/mptable.h b/sys/pc98/include/mptable.h new file mode 100644 index 0000000..2f6fb2d --- /dev/null +++ b/sys/pc98/include/mptable.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/mptable.h> diff --git a/sys/pc98/include/mutex.h b/sys/pc98/include/mutex.h new file mode 100644 index 0000000..a79c8f7 --- /dev/null +++ b/sys/pc98/include/mutex.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/mutex.h> diff --git a/sys/pc98/include/npx.h b/sys/pc98/include/npx.h new file mode 100644 index 0000000..67c6402 --- /dev/null +++ b/sys/pc98/include/npx.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/npx.h> diff --git a/sys/pc98/include/param.h b/sys/pc98/include/param.h new file mode 100644 index 0000000..85ca250 --- /dev/null +++ b/sys/pc98/include/param.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/param.h> diff --git a/sys/pc98/include/pc/bios.h b/sys/pc98/include/pc/bios.h new file mode 100644 index 0000000..d804fde --- /dev/null +++ b/sys/pc98/include/pc/bios.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/pc/bios.h> diff --git a/sys/pc98/include/pc/display.h b/sys/pc98/include/pc/display.h new file mode 100644 index 0000000..76698ab --- /dev/null +++ b/sys/pc98/include/pc/display.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/pc/display.h> diff --git a/sys/pc98/include/pc/vesa.h b/sys/pc98/include/pc/vesa.h new file mode 100644 index 0000000..2c1c3eb --- /dev/null +++ b/sys/pc98/include/pc/vesa.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/pc/vesa.h> diff --git a/sys/pc98/include/pcaudio.h b/sys/pc98/include/pcaudio.h new file mode 100644 index 0000000..7f40bf9 --- /dev/null +++ b/sys/pc98/include/pcaudio.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/pcaudio.h> diff --git a/sys/pc98/include/pcb.h b/sys/pc98/include/pcb.h new file mode 100644 index 0000000..20b7d18 --- /dev/null +++ b/sys/pc98/include/pcb.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/pcb.h> diff --git a/sys/pc98/include/pcb_ext.h b/sys/pc98/include/pcb_ext.h new file mode 100644 index 0000000..81f25f6 --- /dev/null +++ b/sys/pc98/include/pcb_ext.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/pcb_ext.h> diff --git a/sys/pc98/include/pci_cfgreg.h b/sys/pc98/include/pci_cfgreg.h new file mode 100644 index 0000000..9a54be3 --- /dev/null +++ b/sys/pc98/include/pci_cfgreg.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/pci_cfgreg.h> diff --git a/sys/pc98/include/pcpu.h b/sys/pc98/include/pcpu.h new file mode 100644 index 0000000..9edf432 --- /dev/null +++ b/sys/pc98/include/pcpu.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/pcpu.h> diff --git a/sys/pc98/include/pecoff_machdep.h b/sys/pc98/include/pecoff_machdep.h new file mode 100644 index 0000000..b9e6d29 --- /dev/null +++ b/sys/pc98/include/pecoff_machdep.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/pecoff_machdep.h> diff --git a/sys/pc98/include/perfmon.h b/sys/pc98/include/perfmon.h new file mode 100644 index 0000000..c4e13f5 --- /dev/null +++ b/sys/pc98/include/perfmon.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/perfmon.h> diff --git a/sys/pc98/include/pmap.h b/sys/pc98/include/pmap.h new file mode 100644 index 0000000..f17c14e --- /dev/null +++ b/sys/pc98/include/pmap.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/pmap.h> diff --git a/sys/pc98/include/privatespace.h b/sys/pc98/include/privatespace.h new file mode 100644 index 0000000..5db57c3 --- /dev/null +++ b/sys/pc98/include/privatespace.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/privatespace.h> diff --git a/sys/pc98/include/proc.h b/sys/pc98/include/proc.h new file mode 100644 index 0000000..77c2355 --- /dev/null +++ b/sys/pc98/include/proc.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/proc.h> diff --git a/sys/pc98/include/profile.h b/sys/pc98/include/profile.h new file mode 100644 index 0000000..791bffb --- /dev/null +++ b/sys/pc98/include/profile.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/profile.h> diff --git a/sys/pc98/include/psl.h b/sys/pc98/include/psl.h new file mode 100644 index 0000000..db40cf0 --- /dev/null +++ b/sys/pc98/include/psl.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/psl.h> diff --git a/sys/pc98/include/ptrace.h b/sys/pc98/include/ptrace.h new file mode 100644 index 0000000..9253dc3 --- /dev/null +++ b/sys/pc98/include/ptrace.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/ptrace.h> diff --git a/sys/pc98/include/pvct_ioctl.h b/sys/pc98/include/pvct_ioctl.h new file mode 100644 index 0000000..2fe6169 --- /dev/null +++ b/sys/pc98/include/pvct_ioctl.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/pvct_ioctl.h> diff --git a/sys/pc98/include/reg.h b/sys/pc98/include/reg.h new file mode 100644 index 0000000..c7f2a43 --- /dev/null +++ b/sys/pc98/include/reg.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/reg.h> diff --git a/sys/pc98/include/reloc.h b/sys/pc98/include/reloc.h new file mode 100644 index 0000000..3666ec1 --- /dev/null +++ b/sys/pc98/include/reloc.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/reloc.h> diff --git a/sys/pc98/include/resource.h b/sys/pc98/include/resource.h new file mode 100644 index 0000000..43349bf --- /dev/null +++ b/sys/pc98/include/resource.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/resource.h> diff --git a/sys/pc98/include/runq.h b/sys/pc98/include/runq.h new file mode 100644 index 0000000..f6b60cf --- /dev/null +++ b/sys/pc98/include/runq.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/runq.h> diff --git a/sys/pc98/include/segments.h b/sys/pc98/include/segments.h new file mode 100644 index 0000000..062c3df --- /dev/null +++ b/sys/pc98/include/segments.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/segments.h> diff --git a/sys/pc98/include/setjmp.h b/sys/pc98/include/setjmp.h new file mode 100644 index 0000000..9d8a3a9 --- /dev/null +++ b/sys/pc98/include/setjmp.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/setjmp.h> diff --git a/sys/pc98/include/sf_buf.h b/sys/pc98/include/sf_buf.h new file mode 100644 index 0000000..ee9d946 --- /dev/null +++ b/sys/pc98/include/sf_buf.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/sf_buf.h> diff --git a/sys/pc98/include/sigframe.h b/sys/pc98/include/sigframe.h new file mode 100644 index 0000000..6d7a9c5 --- /dev/null +++ b/sys/pc98/include/sigframe.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/sigframe.h> diff --git a/sys/pc98/include/signal.h b/sys/pc98/include/signal.h new file mode 100644 index 0000000..0c5f6dd --- /dev/null +++ b/sys/pc98/include/signal.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/signal.h> diff --git a/sys/pc98/include/smapi.h b/sys/pc98/include/smapi.h new file mode 100644 index 0000000..0d83e84 --- /dev/null +++ b/sys/pc98/include/smapi.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/smapi.h> diff --git a/sys/pc98/include/smp.h b/sys/pc98/include/smp.h new file mode 100644 index 0000000..28d98e8 --- /dev/null +++ b/sys/pc98/include/smp.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/smp.h> diff --git a/sys/pc98/include/speaker.h b/sys/pc98/include/speaker.h new file mode 100644 index 0000000..31eb9b6 --- /dev/null +++ b/sys/pc98/include/speaker.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/speaker.h> diff --git a/sys/pc98/include/specialreg.h b/sys/pc98/include/specialreg.h new file mode 100644 index 0000000..1e87205 --- /dev/null +++ b/sys/pc98/include/specialreg.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/specialreg.h> diff --git a/sys/pc98/include/stdarg.h b/sys/pc98/include/stdarg.h new file mode 100644 index 0000000..bba2f9f --- /dev/null +++ b/sys/pc98/include/stdarg.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/stdarg.h> diff --git a/sys/pc98/include/sysarch.h b/sys/pc98/include/sysarch.h new file mode 100644 index 0000000..42fae76 --- /dev/null +++ b/sys/pc98/include/sysarch.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/sysarch.h> diff --git a/sys/pc98/include/trap.h b/sys/pc98/include/trap.h new file mode 100644 index 0000000..9c147ae --- /dev/null +++ b/sys/pc98/include/trap.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/trap.h> diff --git a/sys/pc98/include/tss.h b/sys/pc98/include/tss.h new file mode 100644 index 0000000..e97ed51 --- /dev/null +++ b/sys/pc98/include/tss.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/tss.h> diff --git a/sys/pc98/include/ucontext.h b/sys/pc98/include/ucontext.h new file mode 100644 index 0000000..8342214 --- /dev/null +++ b/sys/pc98/include/ucontext.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/ucontext.h> diff --git a/sys/pc98/include/varargs.h b/sys/pc98/include/varargs.h new file mode 100644 index 0000000..21f5ce3 --- /dev/null +++ b/sys/pc98/include/varargs.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/varargs.h> diff --git a/sys/pc98/include/vm86.h b/sys/pc98/include/vm86.h new file mode 100644 index 0000000..5dfa218 --- /dev/null +++ b/sys/pc98/include/vm86.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/vm86.h> diff --git a/sys/pc98/include/vmparam.h b/sys/pc98/include/vmparam.h new file mode 100644 index 0000000..2004749 --- /dev/null +++ b/sys/pc98/include/vmparam.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/vmparam.h> diff --git a/sys/pc98/linux/linux.h b/sys/pc98/linux/linux.h new file mode 100644 index 0000000..d330a96 --- /dev/null +++ b/sys/pc98/linux/linux.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/linux/linux.h> diff --git a/sys/pc98/linux/linux_ipc64.h b/sys/pc98/linux/linux_ipc64.h new file mode 100644 index 0000000..4fcdb64 --- /dev/null +++ b/sys/pc98/linux/linux_ipc64.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/linux/linux_ipc64.h> diff --git a/sys/pc98/linux/linux_proto.h b/sys/pc98/linux/linux_proto.h new file mode 100644 index 0000000..f5ccdd1 --- /dev/null +++ b/sys/pc98/linux/linux_proto.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/linux/linux_proto.h> |