Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[linux-2.6.git] / arch / sparc / include / asm / traps.h
blob51abcb1f9b3bb7fd6948d2ee8fd6cbc82a7c0cbb
1 /*
2 * traps.h: Format of entries for the Sparc trap table.
4 * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
5 */
6 #ifndef _SPARC_TRAPS_H
7 #define _SPARC_TRAPS_H
9 #include <uapi/asm/traps.h>
11 #ifndef __ASSEMBLY__
12 /* This is for V8 compliant Sparc CPUS */
13 struct tt_entry {
14 unsigned long inst_one;
15 unsigned long inst_two;
16 unsigned long inst_three;
17 unsigned long inst_four;
20 /* We set this to _start in system setup. */
21 extern struct tt_entry *sparc_ttable;
23 #endif /* !(__ASSEMBLY__) */
24 #endif /* !(_SPARC_TRAPS_H) */