aboutsummaryrefslogtreecommitdiff
path: root/arch/metag/oprofile/backtrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/metag/oprofile/backtrace.h')
-rw-r--r--arch/metag/oprofile/backtrace.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/metag/oprofile/backtrace.h b/arch/metag/oprofile/backtrace.h
new file mode 100644
index 00000000000..c0fcc4265ab
--- /dev/null
+++ b/arch/metag/oprofile/backtrace.h
@@ -0,0 +1,6 @@
+#ifndef _METAG_OPROFILE_BACKTRACE_H
+#define _METAG_OPROFILE_BACKTRACE_H
+
+void metag_backtrace(struct pt_regs * const regs, unsigned int depth);
+
+#endif