aboutsummaryrefslogtreecommitdiff
path: root/include/linux/unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/unwind.h')
-rw-r--r--include/linux/unwind.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/unwind.h b/include/linux/unwind.h
index 73e1751d03d..749928c161f 100644
--- a/include/linux/unwind.h
+++ b/include/linux/unwind.h
@@ -26,6 +26,7 @@ struct module;
* Initialize unwind support.
*/
extern void unwind_init(void);
+extern void unwind_setup(void);
#ifdef CONFIG_MODULES
@@ -73,6 +74,7 @@ extern int unwind_to_user(struct unwind_frame_info *);
struct unwind_frame_info {};
static inline void unwind_init(void) {}
+static inline void unwind_setup(void) {}
#ifdef CONFIG_MODULES