Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/proc_fs.h>
#include <asm/current.h>
#include <asm/uaccess.h>
#include <asm/blackfin.h>
Go to the source code of this file.
Functions | |
void | kgdb_l1_test (void) |
noinline int | kgdb_test (char *name, int len, int count, int z) |
module_init (kgdbtest_init) | |
module_exit (kgdbtest_exit) | |
MODULE_LICENSE ("GPL") | |
Definition at line 26 of file kgdb_test.c.
Definition at line 52 of file kgdb_test.c.
module_exit | ( | kgdbtest_exit | ) |
module_init | ( | kgdbtest_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |