^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) #ifndef __ASM_GENERIC_STRING_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #define __ASM_GENERIC_STRING_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) * The kernel provides all required functions in lib/string.c
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) * Architectures probably want to provide at least their own optimized
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) * memcpy and memset functions though.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) #endif /* __ASM_GENERIC_STRING_H */