| Adhemerval Zanella | fd326f9 | 2019-08-02 15:33:40 -0300 | [diff] [blame] | 1 | /* | 
| 2 | * Selected possible memmmove implementations. | ||||
| 3 | * | ||||
| 4 | * Copyright (c) 2019, Arm Limited. | ||||
| 5 | * SPDX-License-Identifier: MIT | ||||
| 6 | */ | ||||
| 7 | |||||
| 8 | #if __aarch64__ | ||||
| 9 | #include "aarch64/memmove.S" | ||||
| 10 | #endif | ||||