From c73b83935734bf0a9b56183a2535dd0daba221fe Mon Sep 17 00:00:00 2001 From: 0xwille Date: Fri, 24 Jun 2011 13:57:37 +0200 Subject: Commit inicial --- hello/stop.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hello/stop.c (limited to 'hello/stop.c') diff --git a/hello/stop.c b/hello/stop.c new file mode 100644 index 0000000..46ba9a4 --- /dev/null +++ b/hello/stop.c @@ -0,0 +1,14 @@ +#include +#include +#include + +static void __exit hello_2_exit(void) +{ + printk(KERN_INFO "Adiós, mundo! 2\n"); +} + +module_exit(hello_2_exit); + +MODULE_AUTHOR("Guillermo Ramos"); +MODULE_LICENSE("GPL"); +MODULE_DESCRIPTION("Módulo tonto"); -- cgit v1.2.3