Changeset 66fcba2 in mainline for kernel/arch/arm32/include/machine_func.h
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/machine_func.h
r5ac77cc r66fcba2 57 57 }; 58 58 59 extern struct arm_machine_ops machine_ops; 59 /** Pointer to arm_machine_ops structure being used. */ 60 extern struct arm_machine_ops *machine_ops; 60 61 62 /** Initialize machine_ops pointer. */ 63 extern void machine_ops_init(void); 61 64 62 65 /** Maps HW devices to the kernel address space using #hw_map. */
Note:
See TracChangeset
for help on using the changeset viewer.