repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ALSA] ASoC S3C24xx machine drivers - I2C ID for LM4857
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-x86_64
/
unwind.h
blob
02710f6a45609054ca56b7102a14470495abe7ad
1
#ifndef _ASM_X86_64_UNWIND_H
2
#define _ASM_X86_64_UNWIND_H
3
4
#define UNW_PC(frame) ((void)(frame), 0UL)
5
#define UNW_SP(frame) ((void)(frame), 0UL)
6
7
static
inline
int
arch_unw_user_mode
(
const void
*
info
)
8
{
9
return
0
;
10
}
11
12
#endif
/* _ASM_X86_64_UNWIND_H */