xref: /openbmc/linux/arch/csky/include/asm/string.h (revision d0034a7a4ac7fae708146ac0059b9c47a1543f0d)
1*c5af58b7SGuo Ren /* SPDX-License-Identifier: GPL-2.0 */
2*c5af58b7SGuo Ren 
3*c5af58b7SGuo Ren #ifndef _CSKY_STRING_MM_H_
4*c5af58b7SGuo Ren #define _CSKY_STRING_MM_H_
5*c5af58b7SGuo Ren 
6*c5af58b7SGuo Ren #ifndef __ASSEMBLY__
7*c5af58b7SGuo Ren #include <linux/types.h>
8*c5af58b7SGuo Ren #include <linux/compiler.h>
9*c5af58b7SGuo Ren #include <abi/string.h>
10*c5af58b7SGuo Ren #endif
11*c5af58b7SGuo Ren 
12*c5af58b7SGuo Ren #endif /* _CSKY_STRING_MM_H_ */
13