source: rtems/c/src/lib/libcpu/powerpc/shared/src/stackTrace.h @ d3d9ef37

4.104.114.84.95
Last change on this file since d3d9ef37 was a859df85, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/13/05 at 05:00:15

New header guards.

  • Property mode set to 100644
File size: 180 bytes
Line 
1#ifndef _LIBCPU_STACKTRACE_H
2#define _LIBCPU_STACKTRACE_H
3
4void CPU_stack_take_snapshot(void **stack, int size, void *pc, void *lr, void *r1);
5
6void CPU_print_stack(void);
7
8#endif
Note: See TracBrowser for help on using the repository browser.