Changeset e731b0d in mainline for boot/arch/arm32
- Timestamp:
- 2009-08-20T16:58:55Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b9c7425
- Parents:
- a11099f
- Location:
- boot/arch/arm32/loader
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/loader/asm.h
ra11099f re731b0d 40 40 41 41 42 /** Copies cnt bytes from dst to src.43 *44 * @param dst Destination address.45 * @param src Source address.46 * @param cnt Count of bytes to be copied.47 */48 #define memcpy(dst, src, cnt) __builtin_memcpy((dst), (src), (cnt))49 50 51 42 /** Called when the CPU is switched on. 52 43 * -
boot/arch/arm32/loader/main.c
ra11099f re731b0d 43 43 #include <macros.h> 44 44 #include <string.h> 45 #include <memstr.h> 45 46 46 47 #include "mm.h"
Note:
See TracChangeset
for help on using the changeset viewer.