Go to the documentation of this file. 1 #include <linux/types.h>
2 #include <linux/module.h>
16 extern size_t strlen(
const char *);
17 extern void *
memmove(
void *,
const void *,
size_t);
18 extern void *
memset(
void *,
int,
size_t);
19 extern int printf(
const char *, ...);
22 #ifdef __HAVE_ARCH_STRSTR
27 extern void *
memcpy(
void *,
const void *,
size_t);
39 #define EXPORT_SYMBOL_PROTO(sym) \
48 #ifdef CONFIG_ARCH_REUSE_HOST_VSYSCALL_AREA
111 extern void __stack_smash_handler(
void *)
__attribute__((weak));
117 #ifdef _FORTIFY_SOURCE