[Kos-cvs] kos/modules/i8042 i8042.c,1.7,1.8
thomas at kos.enix.org
thomas at kos.enix.org
Sun Jan 16 12:42:16 CET 2005
Update of /home/kos/cvs/kos/modules/i8042
In directory the-doors:/tmp/cvs-serv27084/modules/i8042
Modified Files:
i8042.c
Log Message:
2005-01-16 Thomas Petazzoni <thomas at crazy.kos.nx>
* modules/i8042/i8042.c: Correct the name of init_module_level0 to
init_module_level4, as reported by David Mentré.
* modules/console/console.c: GPL header + doxygen documentation.
* modules/console/console.h: GPL header + doxygen documentation.
* modules/console/_console.h: GPL header + doxygen documentation.
* modules/console/_console.c: GPL header + doxygen documentation.
* modules/doc.cfg (PROJECT_NUMBER): Increment KOS version ;-)
* doc/Makefile (SRCS): Add the helloworld documentation to the
list of documentation automatically generated.
* modules/debug/bochs.c: Some doxygen documentation.
Index: i8042.c
===================================================================
RCS file: /home/kos/cvs/kos/modules/i8042/i8042.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- i8042.c 18 Aug 2003 17:05:27 -0000 1.7
+++ i8042.c 16 Jan 2005 11:42:14 -0000 1.8
@@ -27,7 +27,7 @@
}
-__init_text static int init_module_level0(kernel_parameter_t *kp)
+__init_text static int init_module_level4(kernel_parameter_t *kp)
{
UNUSED(kp);
@@ -42,4 +42,4 @@
EXPORT_FUNCTION(_i8042_register_klavier_handler);
EXPORT_FUNCTION(_i8042_register_maus_handler);
-DECLARE_INIT_SYMBOL(init_module_level0, INIT_LEVEL4);
+DECLARE_INIT_SYMBOL(init_module_level4, INIT_LEVEL4);
More information about the Kos-cvs
mailing list