diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1999-04-23 05:12:36 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1999-04-23 05:12:36 +0000 |
commit | fcea8e3f7eb9a12a5936af5ac46b9c2ea110f24c (patch) | |
tree | 3638ac585be22fcdf2401dd4c82d49ea913ad4a1 /sys/arch | |
parent | 4132b389ff14b6e3983e9cf7324adf80442c40f5 (diff) |
Add kcore.h
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 |