]> git.sur5r.net Git - u-boot/blobdiff - include/devices.h
Add support for CATcenter board (based on PPChameleon ME module)
[u-boot] / include / devices.h
index 875710d3516cfabdebb027fe866c8912120feb41..9f2a0c34acc6872310456553682c6d95492cf770 100644 (file)
@@ -35,7 +35,7 @@
 #define DEV_FLAGS_SYSTEM 0x80000000    /* Device is a system device            */
 #define DEV_EXT_VIDEO   0x00000001     /* Video extensions supported           */
 
-/* Device informations */
+/* Device information */
 typedef struct {
        int     flags;                  /* Device flags: input/output/system    */
        int     ext;                    /* Supported extensions                 */
@@ -102,8 +102,11 @@ 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
 
 #endif /* _DEVICES_H_ */