- Timestamp:
- 2006-04-23T12:46:01Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ad45bde9
- Parents:
- 12c7f27
- Location:
- generic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/arch.h
r12c7f27 r6ecc8bce 62 62 extern void the_copy(the_t *src, the_t *dst); 63 63 64 extern void arch_pre_main(void); 64 65 extern void arch_pre_mm_init(void); 65 66 extern void arch_post_mm_init(void); -
generic/src/ipc/ipc.c
r12c7f27 r6ecc8bce 115 115 } 116 116 117 /** Initialize phone structure and connect phone to naswerbox117 /** Initialize phone structure and connect phone to answerbox 118 118 */ 119 119 void ipc_phone_init(phone_t *phone)
Note:
See TracChangeset
for help on using the changeset viewer.