kernel: constructor support
[firefly-linux-kernel-4.4.55.git] / include / asm-generic / sections.h
index 4ce48e878530d9141bb9429cdfbe11a67f139f4c..d083561337f2204bfd7e456e308ef75fc3b12d37 100644 (file)
@@ -14,6 +14,9 @@ extern char __kprobes_text_start[], __kprobes_text_end[];
 extern char __initdata_begin[], __initdata_end[];
 extern char __start_rodata[], __end_rodata[];
 
+/* Start and end of .ctors section - used for constructor calls. */
+extern char __ctors_start[], __ctors_end[];
+
 /* function descriptor handling (if any).  Override
  * in asm/sections.h */
 #ifndef dereference_function_descriptor