]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/devices.h
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
[karo-tx-uboot.git] / include / devices.h
index 9f2a0c34acc6872310456553682c6d95492cf770..2d9e282e38f16248bc8d3e465e0b3e651eece30d 100644 (file)
@@ -39,7 +39,7 @@
 typedef struct {
        int     flags;                  /* Device flags: input/output/system    */
        int     ext;                    /* Supported extensions                 */
-       char    name[8];                /* Device name                          */
+       char    name[16];               /* Device name                          */
 
 /* GENERAL functions */
 
@@ -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_ */