K 10 svn:author V 7 n_hibma K 8 svn:date V 27 2000-08-04T19:05:49.000000Z K 7 svn:log V 248 Finally make the module dependencies work. kern_linker.c now allows modules to depend on modules in the same file (uhub depends on usb) or even on themselves (usb on usb, makes the define in usb_port.h a lot less convoluted). Use ANSI prototypes. END