added link to libdl
[tridge/junkcode.git] / Xrintk.c
1 #include <linux/module.h>
2
3 int Xrintk(const char *fmt, ...)
4 {
5         return 0;
6 }
7
8 module_init(foo_init);
9 module_exit(foo_cleanup);
10
11 MODULE_DESCRIPTION("damn debug messages");