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 branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
arch
/
cris
/
include
/
asm
/
stacktrace.h
blob
2d90856943ad017c3a94919a820f298589896916
1
#ifndef __CRIS_STACKTRACE_H
2
#define __CRIS_STACKTRACE_H
3
4
void
walk_stackframe
(
unsigned long
sp
,
5
int
(*
fn
)(
unsigned long
addr
,
void
*
data
),
6
void
*
data
);
7
8
#endif