summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/hp300/include/kcore.h9
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