Go to the documentation of this file.
11 #include <linux/module.h>
18 static int kdb_hello_cmd(
int argc,
const char **argv)
32 static int __init kdb_hello_cmd_init(
void)
46 "Say Hello World or Hello [string]", 0);
50 static void __exit kdb_hello_cmd_exit(
void)