Changeset 25c97174 in mainline
- Timestamp:
- 2010-06-20T15:01:07Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ac77cc
- Parents:
- 8ef40329
- Location:
- kernel/arch/arm32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/machine_func.h
r8ef40329 r25c97174 45 45 #include <typedefs.h> 46 46 #include <arch/exception.h> 47 48 #define MACHINE_GENFUNC machine_genfunc49 47 50 48 struct arm_machine_ops { … … 104 102 extern void machine_input_init(void); 105 103 106 extern void machine_genfunc(void);107 104 #endif 108 105 -
kernel/arch/arm32/src/machine_func.c
r8ef40329 r25c97174 106 106 } 107 107 108 /*109 * Generic function to use, if sepcific function doesn't define any of the above functions.110 */111 void machine_genfunc()112 {113 }114 115 108 /** @} 116 109 */
Note:
See TracChangeset
for help on using the changeset viewer.