diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mac68k/include/kcore.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/arch/mac68k/include/kcore.h b/sys/arch/mac68k/include/kcore.h new file mode 100644 index 00000000000..d41bc4a19d3 --- /dev/null +++ b/sys/arch/mac68k/include/kcore.h @@ -0,0 +1,9 @@ +/* $OpenBSD: kcore.h,v 1.1 1999/04/23 05:12:35 downsj Exp $ */ +/* $NetBSD: kcore.h,v 1.1 1997/04/23 19:15:16 scottr Exp $ */ + +#ifndef _MACHINE_KCORE_H_ +#define _MACHINE_KCORE_H_ + +#include <m68k/kcore.h> + +#endif |