From 68ceb29e7133a0f972f53d3d61fd61207374baec Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 2 Aug 2004 21:11:11 +0000 Subject: Add support for console over UDP (compatible to Ingo Molnar's netconsole patch under Linux) --- include/devices.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/devices.h') diff --git a/include/devices.h b/include/devices.h index 09c2c5f511..2d9e282e38 100644 --- a/include/devices.h +++ b/include/devices.h @@ -108,5 +108,8 @@ int drv_keyboard_init (void); #ifdef CONFIG_USB_TTY int drv_usbtty_init (void); #endif +#ifdef CONFIG_NETCONSOLE +int drv_nc_init (void); +#endif #endif /* _DEVICES_H_ */ -- cgit v1.2.3