summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/frame.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-06-23 19:45:29 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-06-23 19:45:29 +0000
commit23e2da6e244ebccae95599bd22e8eb82191c7520 (patch)
tree140e42b22e679c83aa3f7f3c084b52a9eca16f8e /sys/arch/hppa/include/frame.h
parenteae609490d212153bfb18fdecc719446860a4433 (diff)
some includes
Diffstat (limited to 'sys/arch/hppa/include/frame.h')
-rw-r--r--sys/arch/hppa/include/frame.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/arch/hppa/include/frame.h b/sys/arch/hppa/include/frame.h
new file mode 100644
index 00000000000..bb7f5173338
--- /dev/null
+++ b/sys/arch/hppa/include/frame.h
@@ -0,0 +1,14 @@
+/* $OpenBSD: frame.h,v 1.1 1998/06/23 19:45:22 mickey Exp $ */
+
+
+#ifndef _HPPA_FRAME_H_
+#define _HPPA_FRAME_H_
+
+#define FRAME_PC 0
+
+struct trapframe {
+ int i;
+ int tf_regs[10];
+};
+
+#endif