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
Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
arch
/
um
/
include
/
asm
/
unwind.h
blob
7ffa5437b761d6f39b0e7a95de44236255bcd8d5
1
#ifndef _ASM_UML_UNWIND_H
2
#define _ASM_UML_UNWIND_H
3
4
static
inline
void
5
unwind_module_init
(
struct
module
*
mod
,
void
*
orc_ip
,
size_t
orc_ip_size
,
6
void
*
orc
,
size_t
orc_size
) {}
7
8
#endif
/* _ASM_UML_UNWIND_H */