|
@@ -3,6 +3,8 @@
|
|
|
|
|
|
/* References to section boundaries */
|
|
|
|
|
|
+#include <linux/compiler.h>
|
|
|
+
|
|
|
/*
|
|
|
* Usage guidelines:
|
|
|
* _text, _data: architecture specific, don't use them in arch-independent code
|
|
@@ -37,6 +39,8 @@ extern char __start_rodata[], __end_rodata[];
|
|
|
/* Start and end of .ctors section - used for constructor calls. */
|
|
|
extern char __ctors_start[], __ctors_end[];
|
|
|
|
|
|
+extern __visible const void __nosave_begin, __nosave_end;
|
|
|
+
|
|
|
/* function descriptor handling (if any). Override
|
|
|
* in asm/sections.h */
|
|
|
#ifndef dereference_function_descriptor
|