diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-16 18:12:46 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-16 18:12:46 +0000 |
commit | 2bf32f1599a5a830adf4b404cc9eac432c15e8b3 (patch) | |
tree | 2f7578c0fc76910e1a1e1c607a7bc46dd11551ea /sys/arch/socppc/include | |
parent | 13ae767a70a4f349f7717da0f14957204a186a8b (diff) |
Another missing header file; pointed out by checkflist (and miod@).
Diffstat (limited to 'sys/arch/socppc/include')
-rw-r--r-- | sys/arch/socppc/include/kcore.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/socppc/include/kcore.h b/sys/arch/socppc/include/kcore.h new file mode 100644 index 00000000000..a17c8d07656 --- /dev/null +++ b/sys/arch/socppc/include/kcore.h @@ -0,0 +1,3 @@ +/* $OpenBSD: kcore.h,v 1.1 2008/05/16 18:12:45 kettenis Exp $ */ + +#include <powerpc/kcore.h> |