| /* | |
| * This file is auto-generated. Modifications will be lost. | |
| * | |
| * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ | |
| * for more information. | |
| */ | |
| #ifndef _UAPI_LINUX_MODULE_H | |
| #define _UAPI_LINUX_MODULE_H | |
| #define MODULE_INIT_IGNORE_MODVERSIONS 1 | |
| #define MODULE_INIT_IGNORE_VERMAGIC 2 | |
| #define MODULE_INIT_COMPRESSED_FILE 4 | |
| #endif |