From 35414c889448765b282e4b0b1b70ad61d1f66522 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 1 Apr 2005 23:19:43 +0000 Subject: Add reach-over include files to read i386/foo.h. In time, the pc98 specific code will migrate to these files to augment or replace the version in i386/include and/or i386/linux. This should, in the fullness of time, allow many of the #ifdef PC98 in the tree. # These files are in the public domain because there is insufficient # creative content in them. When you customize them, please add a # copyright notice and license. OK'd in principle by: nyan@ --- sys/pc98/include/sigframe.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sys/pc98/include/sigframe.h (limited to 'sys/pc98/include/sigframe.h') diff --git a/sys/pc98/include/sigframe.h b/sys/pc98/include/sigframe.h new file mode 100644 index 0000000..6d7a9c5 --- /dev/null +++ b/sys/pc98/include/sigframe.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include -- cgit v1.1