Current Path : /proc/thread-self/root/proc/thread-self/root/usr/include/linux/ |
Current File : //proc/thread-self/root/proc/thread-self/root/usr/include/linux/module.h |
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _LINUX_MODULE_H #define _LINUX_MODULE_H /* Flags for sys_finit_module: */ #define MODULE_INIT_IGNORE_MODVERSIONS 1 #define MODULE_INIT_IGNORE_VERMAGIC 2 #endif /* _LINUX_MODULE_H */