diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-29 10:15:55 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-29 10:15:55 +0000 |
commit | ef9b5449c466470e5241ed75226f1d70921ec10c (patch) | |
tree | eed1e5d5c1692c582fe6a670ff97f50c75f1a66c /sys/arch/amiga/include/kcore.h | |
parent | a7586fe5b7fc8cab4fec3c60ca9dc5f2dcdd8627 (diff) |
Merge of 960526 NetBSD
Diffstat (limited to 'sys/arch/amiga/include/kcore.h')
-rw-r--r-- | sys/arch/amiga/include/kcore.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/amiga/include/kcore.h b/sys/arch/amiga/include/kcore.h new file mode 100644 index 00000000000..e303289aaef --- /dev/null +++ b/sys/arch/amiga/include/kcore.h @@ -0,0 +1,8 @@ +/* $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 |