Changeset ed166f7 in mainline for kernel/arch/sparc64/include/context.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/context.h
re0b241f red166f7 33 33 */ 34 34 35 #ifndef __sparc64_CONTEXT_H__36 #define __sparc64_CONTEXT_H__35 #ifndef KERN_sparc64_CONTEXT_H_ 36 #define KERN_sparc64_CONTEXT_H_ 37 37 38 #ifndef __sparc64_STACK_H__38 #ifndef KERN_sparc64_STACK_H_ 39 39 # include <arch/stack.h> 40 40 #endif 41 41 42 #ifndef __sparc64_TYPES_H__42 #ifndef KERN_sparc64_TYPES_H_ 43 43 # include <arch/types.h> 44 44 #endif 45 45 46 #ifndef __ALIGN_H__46 #ifndef KERN_ALIGN_H_ 47 47 # include <align.h> 48 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.