diff options
author | bz <bz@FreeBSD.org> | 2007-07-06 08:05:46 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2007-07-06 08:05:46 +0000 |
commit | c9dd2d5305bdd0d754e3c645d25fdeb5b2e3ee52 (patch) | |
tree | 5bffb5da955379e360a14ec32e1ccada7269dee6 /sys/pc98/include | |
parent | 03521d8f81b1c7034f904590e3388857c21577ee (diff) | |
download | FreeBSD-src-c9dd2d5305bdd0d754e3c645d25fdeb5b2e3ee52.zip FreeBSD-src-c9dd2d5305bdd0d754e3c645d25fdeb5b2e3ee52.tar.gz |
I4B header files were repo-copied from sys/i386/include/ to
sys/i4b/include/ so they will be available to all architectures
once I4B compiles on those.
We no longer need these "glue" files.
Reminded by: nyan
Approved by: re (kensmith)
Diffstat (limited to 'sys/pc98/include')
-rw-r--r-- | sys/pc98/include/i4b_cause.h | 6 | ||||
-rw-r--r-- | sys/pc98/include/i4b_debug.h | 6 | ||||
-rw-r--r-- | sys/pc98/include/i4b_ioctl.h | 6 | ||||
-rw-r--r-- | sys/pc98/include/i4b_rbch_ioctl.h | 6 | ||||
-rw-r--r-- | sys/pc98/include/i4b_tel_ioctl.h | 6 | ||||
-rw-r--r-- | sys/pc98/include/i4b_trace.h | 6 |
6 files changed, 0 insertions, 36 deletions
diff --git a/sys/pc98/include/i4b_cause.h b/sys/pc98/include/i4b_cause.h deleted file mode 100644 index 4d8c957..0000000 --- a/sys/pc98/include/i4b_cause.h +++ /dev/null @@ -1,6 +0,0 @@ -/*- - * 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 deleted file mode 100644 index 74d0f13..0000000 --- a/sys/pc98/include/i4b_debug.h +++ /dev/null @@ -1,6 +0,0 @@ -/*- - * 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 deleted file mode 100644 index d3d8a57..0000000 --- a/sys/pc98/include/i4b_ioctl.h +++ /dev/null @@ -1,6 +0,0 @@ -/*- - * 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 deleted file mode 100644 index dd03b06..0000000 --- a/sys/pc98/include/i4b_rbch_ioctl.h +++ /dev/null @@ -1,6 +0,0 @@ -/*- - * 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 deleted file mode 100644 index 617eeab..0000000 --- a/sys/pc98/include/i4b_tel_ioctl.h +++ /dev/null @@ -1,6 +0,0 @@ -/*- - * 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 deleted file mode 100644 index 88a3725..0000000 --- a/sys/pc98/include/i4b_trace.h +++ /dev/null @@ -1,6 +0,0 @@ -/*- - * This file is in the public domain. - */ -/* $FreeBSD$ */ - -#include <i386/i4b_trace.h> |