Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.8-rc4 13 lines 292 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd. 3 4#ifndef _CSKY_STRING_MM_H_ 5#define _CSKY_STRING_MM_H_ 6 7#ifndef __ASSEMBLY__ 8#include <linux/types.h> 9#include <linux/compiler.h> 10#include <abi/string.h> 11#endif 12 13#endif /* _CSKY_STRING_MM_H_ */