diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-07 21:32:46 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-07 21:32:46 +0000 |
commit | 3a6ee8eaae240dc3b58c436411dc9dbc5d07f8f3 (patch) | |
tree | dc27568caedfe7addb7e969180536e355a93f710 /sys/arch/hppa/include/pcb.h | |
parent | d14b61429aac4f95aaa920d1bd79faec66995e52 (diff) |
more includes
Diffstat (limited to 'sys/arch/hppa/include/pcb.h')
-rw-r--r-- | sys/arch/hppa/include/pcb.h | 12 |
1 files changed, 12 insertions, 0 deletions
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; +}; + |