diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-04-25 08:28:17 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-04-25 08:28:17 +0000 |
commit | 70de709fcbf3085d0b1c6d1cc3ccc51e476b9b2d (patch) | |
tree | d3fd8194b3e8ec0a6f37ef62b8dc8d45f100e150 /sys/arch/hp300 | |
parent | a11f41ecad9e23e3cf91f96c7ef372be59a9261b (diff) |
kcore.h stub, uses m68k include.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/include/kcore.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/arch/hp300/include/kcore.h b/sys/arch/hp300/include/kcore.h new file mode 100644 index 00000000000..759565a3c72 --- /dev/null +++ b/sys/arch/hp300/include/kcore.h @@ -0,0 +1,9 @@ +/* $OpenBSD: kcore.h,v 1.1 1998/04/25 08:28:16 downsj Exp $ */ +/* $NetBSD: kcore.h,v 1.1 1996/05/12 02:47:46 mhitch Exp $ */ + +#ifndef _MACHINE_KCORE_H_ +#define _MACHINE_KCORE_H_ + +#include <m68k/kcore.h> + +#endif |