summaryrefslogtreecommitdiff
path: root/src/string/arm/memcpy.c
blob: f703c9bdf7c7b4cb516886e6c8b39f58a76aaaa6 (plain) (blame)
1
2
3
#if __ARMEB__ || __thumb__
#include "../memcpy.c"
#endif