diff options
Diffstat (limited to 'sys/arch/sparc64/include/pcb.h')
-rw-r--r-- | sys/arch/sparc64/include/pcb.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/pcb.h b/sys/arch/sparc64/include/pcb.h index 1cabe4e2275..baa5fd6317f 100644 --- a/sys/arch/sparc64/include/pcb.h +++ b/sys/arch/sparc64/include/pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcb.h,v 1.2 2001/08/20 20:23:52 jason Exp $ */ +/* $OpenBSD: pcb.h,v 1.3 2002/10/10 17:00:57 pvalchev Exp $ */ /* $NetBSD: pcb.h,v 1.7 2000/12/29 17:12:05 eeh Exp $ */ /* @@ -45,6 +45,9 @@ * @(#)pcb.h 8.1 (Berkeley) 6/11/93 */ +#ifndef _SPARC64_PCB_H_ +#define _SPARC64_PCB_H_ + #include <machine/reg.h> #ifdef notyet @@ -159,3 +162,5 @@ extern struct pcb *cpcb; #define pcb_psr pcb_pstate #define pcb_wim pcb_cwp #endif /* _KERNEL */ + +#endif /* _SPARC64_PCB_H_ */ |