#include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
Go to the source code of this file.
Functions | |
MODULE_INFO (vermagic, VERMAGIC_STRING) | |
module __this_module | __attribute__ ((section(".gnu.linkonce.this_module")))= |
const char __module_depends[] __attribute_used__ | __attribute__ ((section(".modinfo")))="depends=" |
|
|
|
Definition at line 9 of file kproc_hide.mod.c. References __attribute__(), cleanup_module(), and init_module(). Referenced by __attribute__(). |
|
|