Rev 1859 | Rev 1861 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1859 | Rev 1860 | ||
|---|---|---|---|
| Line 32... | Line 32... | ||
| 32 | /** |
32 | /** |
| 33 | * @file |
33 | * @file |
| 34 | * @brief This file contains interrupt vector trap handler. |
34 | * @brief This file contains interrupt vector trap handler. |
| 35 | */ |
35 | */ |
| 36 | 36 | ||
| 37 | #ifndef __sparc64_TRAP_INTERRUPT_H__ |
37 | #ifndef KERN_sparc64_TRAP_INTERRUPT_H_ |
| 38 | #define __sparc64_TRAP_INTERRUPT_H__ |
38 | #define KERN_sparc64_TRAP_INTERRUPT_H_ |
| 39 | 39 | ||
| 40 | #include <arch/trap/trap_table.h> |
40 | #include <arch/trap/trap_table.h> |
| 41 | #include <arch/stack.h> |
41 | #include <arch/stack.h> |
| 42 | 42 | ||
| 43 | /* Interrupt ASI registers. */ |
43 | /* Interrupt ASI registers. */ |