Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <asm/cacheflush.h>
#include <asm/sections.h>
#include <asm/asm.h>
Go to the source code of this file.
Functions | |
int | rodata_test (void) |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("Testcase for the DEBUG_RODATA infrastructure") | |
MODULE_AUTHOR ("Arjan van de Ven <[email protected]>") | |
MODULE_AUTHOR | ( | "Arjan van de Ven <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 17 of file test_rodata.c.