Changeset 66fcba2 in mainline for kernel/arch/arm32/include/mach
- Timestamp:
- 2010-06-20T15:35:39Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6b80696, 7c866dc
- Parents:
- 5ac77cc
- Location:
- kernel/arch/arm32/include/mach
- Files:
-
- 2 edited
-
integratorcp/integratorcp.h (modified) (2 diffs)
-
testarm/testarm.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/mach/integratorcp/integratorcp.h
r5ac77cc r66fcba2 36 36 */ 37 37 38 #ifndef KERN_arm32_ MACHINE_H_39 #define KERN_arm32_ MACHINE_H_38 #ifndef KERN_arm32_icp_H_ 39 #define KERN_arm32_icp_H_ 40 40 41 41 #include <arch/machine_func.h> … … 106 106 extern void icp_frame_init(void); 107 107 108 extern struct arm_machine_ops icp_machine_ops; 109 108 110 #endif 109 111 -
kernel/arch/arm32/include/mach/testarm/testarm.h
r5ac77cc r66fcba2 37 37 */ 38 38 39 #ifndef KERN_arm32_ MACHINE_H_40 #define KERN_arm32_ MACHINE_H_39 #ifndef KERN_arm32_testarm_H_ 40 #define KERN_arm32_testarm_H_ 41 41 42 42 #include <arch/machine_func.h> … … 76 76 extern void gxemul_frame_init(void); 77 77 78 extern struct arm_machine_ops gxemul_machine_ops; 78 79 79 80 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
