I'm trying to include some ARM assembly from the linux kernel sources to rockbox for ipod.
As I'm not real familiar with the linux sources, could you do three things for me for me?
1) point me to the latest and best version of:
linux/arch/arm/lib/memcpy.S
(is it 2.6.15-23?)
2) And the latest and best version of:
asm/assembler.h, which memcpy.S #includes
3) and finally (and this is more of an ARM thing) tell me what the best defines are to set up asm/assembler.h for the ipod?
Thank much.