repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git]
/
arch
/
m68k
/
include
/
asm
/
uaccess.h
blob
e896466a41a422d99f9de5cda793777263cdd286
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifdef __uClinux__
3
#include <asm/uaccess_no.h>
4
#else
5
#include <asm/uaccess_mm.h>
6
#endif
7
#include <asm/extable.h>