diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2001-09-30 18:51:18 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2001-09-30 18:51:18 +0000 |
| commit | 6df08a9593228531fe1d04002ea488b61f0007bf (patch) | |
| tree | b5397842daafa717dbde31fe067de0b31267b694 /sys | |
| parent | 18ef2712327dfe502cec9c7141c246878db2ac2c (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sparc64/include/trap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/sparc64/include/trap.h b/sys/sparc64/include/trap.h index 8cd70941a29c4..26651bcb9948c 100644 --- a/sys/sparc64/include/trap.h +++ b/sys/sparc64/include/trap.h @@ -29,6 +29,8 @@ #ifndef _MACHINE_TRAP_H_ #define _MACHINE_TRAP_H_ +#ifdef _KERNEL + #define T_RESERVED 0x0 #define T_POWER_ON 0x1 #define T_WATCHDOG 0x2 @@ -70,6 +72,8 @@ extern const char *trap_msg[]; #endif +#endif + #define ST_BREAKPOINT 0x1 #define ST_SYSCALL 0x9 |
