logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

module.h (293B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _LINUX_MODULE_H
  3. #define _LINUX_MODULE_H
  4. /* Flags for sys_finit_module: */
  5. #define MODULE_INIT_IGNORE_MODVERSIONS 1
  6. #define MODULE_INIT_IGNORE_VERMAGIC 2
  7. #define MODULE_INIT_COMPRESSED_FILE 4
  8. #endif /* _LINUX_MODULE_H */