diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-01-13 22:00:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-01-13 22:00:57 +0000 |
commit | 4d2843a1a2cde2395d324808c22e3c0d7a3b840e (patch) | |
tree | 701d9bbae55507bcbd1cd5a08f464dd6c2175501 /sys/arch/mvme88k/include | |
parent | c0491083217bbb03ade7c1f7ef52e9680dbd1e34 (diff) |
Bring back a <machine/frame.h> for m88k platforms, by splitting <machine/pcb.h>
in its exception-related contents and pcb-related contents.
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r-- | sys/arch/mvme88k/include/frame.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/mvme88k/include/frame.h b/sys/arch/mvme88k/include/frame.h new file mode 100644 index 00000000000..f06ca59033d --- /dev/null +++ b/sys/arch/mvme88k/include/frame.h @@ -0,0 +1,3 @@ +/* $OpenBSD: frame.h,v 1.11 2007/01/13 22:00:56 miod Exp $ */ +/* public domain */ +#include <m88k/frame.h> |