1 #ifndef _SPARC64_STACKTRACE_H
2 #define _SPARC64_STACKTRACE_H
3 
4 void stack_trace_flush(void);
5 
6 #endif /* _SPARC64_STACKTRACE_H */
7