string.h 233 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _CSKY_STRING_MM_H_
  3. #define _CSKY_STRING_MM_H_
  4. #ifndef __ASSEMBLY__
  5. #include <linux/types.h>
  6. #include <linux/compiler.h>
  7. #include <abi/string.h>
  8. #endif
  9. #endif /* _CSKY_STRING_MM_H_ */