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
io_uring: ensure finish_wait() is always called in __io_uring_task_cancel()
[linux/fpc-iii.git]
/
arch
/
csky
/
abiv1
/
inc
/
abi
/
switch_context.h
blob
17c82686498e8b1cbdf3a9e7dc124f4c6572923d
1
/* SPDX-License-Identifier: GPL-2.0 */
2
// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
3
4
#ifndef __ABI_CSKY_PTRACE_H
5
#define __ABI_CSKY_PTRACE_H
6
7
struct
switch_stack
{
8
unsigned long
r8
;
9
unsigned long
r9
;
10
unsigned long
r10
;
11
unsigned long
r11
;
12
unsigned long
r12
;
13
unsigned long
r13
;
14
unsigned long
r14
;
15
unsigned long
r15
;
16
};
17
#endif
/* __ABI_CSKY_PTRACE_H */