From 35414c889448765b282e4b0b1b70ad61d1f66522 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 1 Apr 2005 23:19:43 +0000 Subject: 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@ --- sys/pc98/include/_inttypes.h | 6 ++++++ sys/pc98/include/_limits.h | 6 ++++++ sys/pc98/include/_stdint.h | 6 ++++++ sys/pc98/include/_types.h | 6 ++++++ sys/pc98/include/apm_bios.h | 6 ++++++ sys/pc98/include/apm_segments.h | 6 ++++++ sys/pc98/include/asm.h | 6 ++++++ sys/pc98/include/asmacros.h | 6 ++++++ sys/pc98/include/atomic.h | 6 ++++++ sys/pc98/include/bootinfo.h | 6 ++++++ sys/pc98/include/bus.h | 6 ++++++ sys/pc98/include/bus_dma.h | 6 ++++++ sys/pc98/include/bus_memio.h | 6 ++++++ sys/pc98/include/bus_pc98.h | 6 ++++++ sys/pc98/include/bus_pio.h | 6 ++++++ sys/pc98/include/clock.h | 6 ++++++ sys/pc98/include/cpu.h | 6 ++++++ sys/pc98/include/cpufunc.h | 6 ++++++ sys/pc98/include/cputypes.h | 6 ++++++ sys/pc98/include/critical.h | 6 ++++++ sys/pc98/include/cserial.h | 6 ++++++ sys/pc98/include/db_machdep.h | 6 ++++++ sys/pc98/include/elf.h | 6 ++++++ sys/pc98/include/endian.h | 6 ++++++ sys/pc98/include/exec.h | 6 ++++++ sys/pc98/include/float.h | 6 ++++++ sys/pc98/include/floatingpoint.h | 6 ++++++ sys/pc98/include/frame.h | 6 ++++++ sys/pc98/include/gdb_machdep.h | 6 ++++++ sys/pc98/include/i4b_cause.h | 6 ++++++ sys/pc98/include/i4b_debug.h | 6 ++++++ sys/pc98/include/i4b_ioctl.h | 6 ++++++ sys/pc98/include/i4b_rbch_ioctl.h | 6 ++++++ sys/pc98/include/i4b_tel_ioctl.h | 6 ++++++ sys/pc98/include/i4b_trace.h | 6 ++++++ sys/pc98/include/ieeefp.h | 6 ++++++ sys/pc98/include/in_cksum.h | 6 ++++++ sys/pc98/include/intr_machdep.h | 6 ++++++ sys/pc98/include/iodev.h | 6 ++++++ sys/pc98/include/kdb.h | 6 ++++++ sys/pc98/include/legacyvar.h | 6 ++++++ sys/pc98/include/limits.h | 6 ++++++ sys/pc98/include/md_var.h | 6 ++++++ sys/pc98/include/memdev.h | 6 ++++++ sys/pc98/include/metadata.h | 6 ++++++ sys/pc98/include/mp_watchdog.h | 6 ++++++ sys/pc98/include/mptable.h | 6 ++++++ sys/pc98/include/mutex.h | 6 ++++++ sys/pc98/include/npx.h | 6 ++++++ sys/pc98/include/param.h | 6 ++++++ sys/pc98/include/pc/bios.h | 6 ++++++ sys/pc98/include/pc/display.h | 6 ++++++ sys/pc98/include/pc/vesa.h | 6 ++++++ sys/pc98/include/pcaudio.h | 6 ++++++ sys/pc98/include/pcb.h | 6 ++++++ sys/pc98/include/pcb_ext.h | 6 ++++++ sys/pc98/include/pci_cfgreg.h | 6 ++++++ sys/pc98/include/pcpu.h | 6 ++++++ sys/pc98/include/pecoff_machdep.h | 6 ++++++ sys/pc98/include/perfmon.h | 6 ++++++ sys/pc98/include/pmap.h | 6 ++++++ sys/pc98/include/privatespace.h | 6 ++++++ sys/pc98/include/proc.h | 6 ++++++ sys/pc98/include/profile.h | 6 ++++++ sys/pc98/include/psl.h | 6 ++++++ sys/pc98/include/ptrace.h | 6 ++++++ sys/pc98/include/pvct_ioctl.h | 6 ++++++ sys/pc98/include/reg.h | 6 ++++++ sys/pc98/include/reloc.h | 6 ++++++ sys/pc98/include/resource.h | 6 ++++++ sys/pc98/include/runq.h | 6 ++++++ sys/pc98/include/segments.h | 6 ++++++ sys/pc98/include/setjmp.h | 6 ++++++ sys/pc98/include/sf_buf.h | 6 ++++++ sys/pc98/include/sigframe.h | 6 ++++++ sys/pc98/include/signal.h | 6 ++++++ sys/pc98/include/smapi.h | 6 ++++++ sys/pc98/include/smp.h | 6 ++++++ sys/pc98/include/speaker.h | 6 ++++++ sys/pc98/include/specialreg.h | 6 ++++++ sys/pc98/include/stdarg.h | 6 ++++++ sys/pc98/include/sysarch.h | 6 ++++++ sys/pc98/include/trap.h | 6 ++++++ sys/pc98/include/tss.h | 6 ++++++ sys/pc98/include/ucontext.h | 6 ++++++ sys/pc98/include/varargs.h | 6 ++++++ sys/pc98/include/vm86.h | 6 ++++++ sys/pc98/include/vmparam.h | 6 ++++++ sys/pc98/linux/linux.h | 6 ++++++ sys/pc98/linux/linux_ipc64.h | 6 ++++++ sys/pc98/linux/linux_proto.h | 6 ++++++ 91 files changed, 546 insertions(+) create mode 100644 sys/pc98/include/_inttypes.h create mode 100644 sys/pc98/include/_limits.h create mode 100644 sys/pc98/include/_stdint.h create mode 100644 sys/pc98/include/_types.h create mode 100644 sys/pc98/include/apm_bios.h create mode 100644 sys/pc98/include/apm_segments.h create mode 100644 sys/pc98/include/asm.h create mode 100644 sys/pc98/include/asmacros.h create mode 100644 sys/pc98/include/atomic.h create mode 100644 sys/pc98/include/bootinfo.h create mode 100644 sys/pc98/include/bus.h create mode 100644 sys/pc98/include/bus_dma.h create mode 100644 sys/pc98/include/bus_memio.h create mode 100644 sys/pc98/include/bus_pc98.h create mode 100644 sys/pc98/include/bus_pio.h create mode 100644 sys/pc98/include/clock.h create mode 100644 sys/pc98/include/cpu.h create mode 100644 sys/pc98/include/cpufunc.h create mode 100644 sys/pc98/include/cputypes.h create mode 100644 sys/pc98/include/critical.h create mode 100644 sys/pc98/include/cserial.h create mode 100644 sys/pc98/include/db_machdep.h create mode 100644 sys/pc98/include/elf.h create mode 100644 sys/pc98/include/endian.h create mode 100644 sys/pc98/include/exec.h create mode 100644 sys/pc98/include/float.h create mode 100644 sys/pc98/include/floatingpoint.h create mode 100644 sys/pc98/include/frame.h create mode 100644 sys/pc98/include/gdb_machdep.h create mode 100644 sys/pc98/include/i4b_cause.h create mode 100644 sys/pc98/include/i4b_debug.h create mode 100644 sys/pc98/include/i4b_ioctl.h create mode 100644 sys/pc98/include/i4b_rbch_ioctl.h create mode 100644 sys/pc98/include/i4b_tel_ioctl.h create mode 100644 sys/pc98/include/i4b_trace.h create mode 100644 sys/pc98/include/ieeefp.h create mode 100644 sys/pc98/include/in_cksum.h create mode 100644 sys/pc98/include/intr_machdep.h create mode 100644 sys/pc98/include/iodev.h create mode 100644 sys/pc98/include/kdb.h create mode 100644 sys/pc98/include/legacyvar.h create mode 100644 sys/pc98/include/limits.h create mode 100644 sys/pc98/include/md_var.h create mode 100644 sys/pc98/include/memdev.h create mode 100644 sys/pc98/include/metadata.h create mode 100644 sys/pc98/include/mp_watchdog.h create mode 100644 sys/pc98/include/mptable.h create mode 100644 sys/pc98/include/mutex.h create mode 100644 sys/pc98/include/npx.h create mode 100644 sys/pc98/include/param.h create mode 100644 sys/pc98/include/pc/bios.h create mode 100644 sys/pc98/include/pc/display.h create mode 100644 sys/pc98/include/pc/vesa.h create mode 100644 sys/pc98/include/pcaudio.h create mode 100644 sys/pc98/include/pcb.h create mode 100644 sys/pc98/include/pcb_ext.h create mode 100644 sys/pc98/include/pci_cfgreg.h create mode 100644 sys/pc98/include/pcpu.h create mode 100644 sys/pc98/include/pecoff_machdep.h create mode 100644 sys/pc98/include/perfmon.h create mode 100644 sys/pc98/include/pmap.h create mode 100644 sys/pc98/include/privatespace.h create mode 100644 sys/pc98/include/proc.h create mode 100644 sys/pc98/include/profile.h create mode 100644 sys/pc98/include/psl.h create mode 100644 sys/pc98/include/ptrace.h create mode 100644 sys/pc98/include/pvct_ioctl.h create mode 100644 sys/pc98/include/reg.h create mode 100644 sys/pc98/include/reloc.h create mode 100644 sys/pc98/include/resource.h create mode 100644 sys/pc98/include/runq.h create mode 100644 sys/pc98/include/segments.h create mode 100644 sys/pc98/include/setjmp.h create mode 100644 sys/pc98/include/sf_buf.h create mode 100644 sys/pc98/include/sigframe.h create mode 100644 sys/pc98/include/signal.h create mode 100644 sys/pc98/include/smapi.h create mode 100644 sys/pc98/include/smp.h create mode 100644 sys/pc98/include/speaker.h create mode 100644 sys/pc98/include/specialreg.h create mode 100644 sys/pc98/include/stdarg.h create mode 100644 sys/pc98/include/sysarch.h create mode 100644 sys/pc98/include/trap.h create mode 100644 sys/pc98/include/tss.h create mode 100644 sys/pc98/include/ucontext.h create mode 100644 sys/pc98/include/varargs.h create mode 100644 sys/pc98/include/vm86.h create mode 100644 sys/pc98/include/vmparam.h create mode 100644 sys/pc98/linux/linux.h create mode 100644 sys/pc98/linux/linux_ipc64.h create mode 100644 sys/pc98/linux/linux_proto.h (limited to 'sys/pc98') 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 -- cgit v1.1