2018-09-05 14:25:18 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
|
|
|
|
|
|
#ifndef _CSKY_STRING_MM_H_
|
|
|
|
|
#define _CSKY_STRING_MM_H_
|
|
|
|
|
|
2025-03-14 08:09:42 +01:00
|
|
|
#ifndef __ASSEMBLER__
|
2018-09-05 14:25:18 +08:00
|
|
|
#include <linux/types.h>
|
|
|
|
|
#include <linux/compiler.h>
|
|
|
|
|
#include <abi/string.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif /* _CSKY_STRING_MM_H_ */
|