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
ipv6: move ip6_dst_hoplimit() into core kernel
[linux/fpc-iii.git]
/
arch
/
metag
/
oprofile
/
backtrace.h
blob
c0fcc4265abb4c144c114f7e2b31d0441da4b8e8
1
#ifndef _METAG_OPROFILE_BACKTRACE_H
2
#define _METAG_OPROFILE_BACKTRACE_H
3
4
void
metag_backtrace
(
struct
pt_regs
*
const
regs
,
unsigned int
depth
);
5
6
#endif