blob: c0fcc4265abb4c144c114f7e2b31d0441da4b8e8 [file] [log] [blame]
James Hogan00e6c922013-03-15 10:21:56 +00001#ifndef _METAG_OPROFILE_BACKTRACE_H
2#define _METAG_OPROFILE_BACKTRACE_H
3
4void metag_backtrace(struct pt_regs * const regs, unsigned int depth);
5
6#endif