]> git.sur5r.net Git - u-boot/blobdiff - include/devices.h
SPC1920: update the HPI register addresses to work with the second
[u-boot] / include / devices.h
index 4f46e17ac7b8062af65547013e4b17ab73e82209..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 */
 
@@ -102,8 +102,14 @@ int        drv_vfd_init (void);
 #if defined(CONFIG_VIDEO) || defined(CONFIG_CFB_CONSOLE)
 int    drv_video_init (void);
 #endif
-#ifdef CONFIG_WL_4PPM_KEYBOARD
-int    drv_wlkbd_init (void);
+#ifdef CONFIG_KEYBOARD
+int    drv_keyboard_init (void);
+#endif
+#ifdef CONFIG_USB_TTY
+int    drv_usbtty_init (void);
+#endif
+#ifdef CONFIG_NETCONSOLE
+int    drv_nc_init (void);
 #endif
 
 #endif /* _DEVICES_H_ */