blob: 17c103f60f043756897956e103a95b7d1be11b59 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef _UAPI_LINUX_MODULE_H
8#define _UAPI_LINUX_MODULE_H
9#define MODULE_INIT_IGNORE_MODVERSIONS 1
10#define MODULE_INIT_IGNORE_VERMAGIC 2
Christopher Ferris1ed55342022-03-22 16:06:25 -070011#define MODULE_INIT_COMPRESSED_FILE 4
Ben Cheng655a7c02013-10-16 16:09:24 -070012#endif