Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
test_nx.c File Reference
#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
 

Function Documentation

void foo_label ( void  )
MODULE_AUTHOR ( "Arjan van de Ven <[email protected]>"  )
MODULE_DESCRIPTION ( "Testcase for the NX infrastructure"  )
module_exit ( test_exit  )
module_init ( test_NX  )
MODULE_LICENSE ( "GPL"  )

Variable Documentation

int rodata_test_data