Add support for console over UDP (compatible to Ingo Molnar's
netconsole patch under Linux)
diff --git a/include/devices.h b/include/devices.h
index 09c2c5f..2d9e282 100644
--- a/include/devices.h
+++ b/include/devices.h
@@ -108,5 +108,8 @@
 #ifdef CONFIG_USB_TTY
 int	drv_usbtty_init (void);
 #endif
+#ifdef CONFIG_NETCONSOLE
+int	drv_nc_init (void);
+#endif
 
 #endif	/* _DEVICES_H_ */