repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
arch
/
cris
/
include
/
uapi
/
asm
/
ptrace.h
blob
99de59e5461341763e6a4e19d09bdc436a619d26
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
#ifdef __arch_v32
3
#include <asm/ptrace_v32.h>
4
#else
5
#include <asm/ptrace_v10.h>
6
#endif