repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/ast: Only warn about unsupported TX chips on Gen4 and later
[drm/drm-misc.git]
/
arch
/
csky
/
include
/
asm
/
string.h
blob
a0d81e9d6b8f64ab5ab1636b0311801493b93790
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#ifndef _CSKY_STRING_MM_H_
4
#define _CSKY_STRING_MM_H_
5
6
#ifndef __ASSEMBLY__
7
#include <linux/types.h>
8
#include <linux/compiler.h>
9
#include <abi/string.h>
10
#endif
11
12
#endif
/* _CSKY_STRING_MM_H_ */