Changeset ed166f7 in mainline for kernel/arch/sparc64/include/trap/trap_table.h
- Timestamp:
- 2006-08-31T18:53:14Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6767c1d
- Parents:
- e0b241f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/trap/trap_table.h
re0b241f red166f7 33 33 */ 34 34 35 #ifndef __sparc64_TRAP_TABLE_H__ 36 #define __sparc64_TRAP_TABLE_H__ 37 38 #ifndef __ASM__ 39 #include <arch/types.h> 40 #endif /* __ASM__ */ 35 #ifndef KERN_sparc64_TRAP_TABLE_H_ 36 #define KERN_sparc64_TRAP_TABLE_H_ 41 37 42 38 #include <arch/stack.h> … … 47 43 48 44 #ifndef __ASM__ 45 46 #include <arch/types.h> 47 49 48 struct trap_table_entry { 50 49 uint8_t octets[TRAP_TABLE_ENTRY_SIZE];
Note:
See TracChangeset
for help on using the changeset viewer.