summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/include/libcpu/stackTrace.h
blob: f73dc2eff2d4412eaf19367e8c1d943134df252e (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _LIBCPU_STACKTRACE_H
#define _LIBCPU_STACKTRACE_H

void CPU_stack_take_snapshot(void **stack, int size, void *pc, void *lr, void *r1);

void CPU_print_stack(void);

#endif