- Timestamp:
- 2005-04-27T21:19:42Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10a2e22
- Parents:
- 434f700
- Location:
- include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
include/arch.h
r434f700 rbabcb148 42 42 extern void arch_pre_mm_init(void); 43 43 extern void arch_post_mm_init(void); 44 extern void arch_late_init(void); 44 45 extern void calibrate_delay_loop(void); 45 46 -
include/func.h
r434f700 rbabcb148 38 38 extern int strcmp(char *src, char *dst); 39 39 40 extern __address __u32_search(__address src, int cnt, __u32 x);41 42 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.