1 /* SPDX-License-Identifier: GPL-2.0 */
3 * traps.h: Format of entries for the Sparc trap table.
5 * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
10 #include <uapi/asm/traps.h>
13 /* This is for V8 compliant Sparc CPUS */
15 unsigned long inst_one
;
16 unsigned long inst_two
;
17 unsigned long inst_three
;
18 unsigned long inst_four
;
21 /* We set this to _start in system setup. */
22 extern struct tt_entry
*sparc_ttable
;
24 #endif /* !(__ASSEMBLY__) */
25 #endif /* !(_SPARC_TRAPS_H) */