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 tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
arch
/
cris
/
include
/
asm
/
stacktrace.h
blob
154f0c90d0fad35ba79c82fa8eff740ea6b76d2c
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __CRIS_STACKTRACE_H
3
#define __CRIS_STACKTRACE_H
4
5
void
walk_stackframe
(
unsigned long
sp
,
6
int
(*
fn
)(
unsigned long
addr
,
void
*
data
),
7
void
*
data
);
8
9
#endif