|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/sort.h>#include <linux/slab.h>#include <asm/uaccess.h>#include <asm/asm.h>Go to the source code of this file.
Functions | |
| void | foo_label (void) |
| module_init (test_NX) | |
| module_exit (test_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("Testcase for the NX infrastructure") | |
| MODULE_AUTHOR ("Arjan van de Ven <[email protected]>") | |
Variables | |
| int | rodata_test_data |
| MODULE_AUTHOR | ( | "Arjan van de Ven <[email protected]>" | ) |
| module_exit | ( | test_exit | ) |
| module_init | ( | test_NX | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| int rodata_test_data |
1.8.2