Changes in boot/arch/arm32/loader/asm.h [e731b0d:96e0748d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/loader/asm.h
re731b0d r96e0748d 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 42 51 /** Called when the CPU is switched on. 43 52 *
Note:
See TracChangeset
for help on using the changeset viewer.