Rev 632 | Rev 666 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 632 | Rev 634 | ||
---|---|---|---|
Line 43... | Line 43... | ||
43 | } __attribute__ ((packed)); |
43 | } __attribute__ ((packed)); |
44 | 44 | ||
45 | typedef struct trap_table_entry trap_table_entry_t; |
45 | typedef struct trap_table_entry trap_table_entry_t; |
46 | 46 | ||
47 | extern trap_table_entry_t trap_table[TRAP_TABLE_ENTRY_COUNT]; |
47 | extern trap_table_entry_t trap_table[TRAP_TABLE_ENTRY_COUNT]; |
48 | extern trap_table_entry_t trap_table_kernel[TRAP_TABLE_ENTRY_COUNT]; |
48 | extern trap_table_entry_t trap_table_save[TRAP_TABLE_ENTRY_COUNT]; |
49 | #endif /* !__ASM__ */ |
49 | #endif /* !__ASM__ */ |
50 | 50 | ||
51 | #endif |
51 | #endif |