From 3a6ee8eaae240dc3b58c436411dc9dbc5d07f8f3 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 7 Jul 1998 21:32:46 +0000 Subject: more includes --- sys/arch/hppa/include/pcb.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sys/arch/hppa/include/pcb.h (limited to 'sys/arch/hppa/include/pcb.h') diff --git a/sys/arch/hppa/include/pcb.h b/sys/arch/hppa/include/pcb.h new file mode 100644 index 00000000000..a850be869bc --- /dev/null +++ b/sys/arch/hppa/include/pcb.h @@ -0,0 +1,12 @@ +/* $OpenBSD: pcb.h,v 1.1 1998/07/07 21:32:43 mickey Exp $ */ + + +struct pcb { + int i; +}; + + +struct md_coredump { + struct trapframe md_tf; +}; + -- cgit v1.2.3