]> git.sur5r.net Git - u-boot/blobdiff - include/devices.h
* Patch by Nicolas Lacressonnière, 12 Nov 2003:
[u-boot] / include / devices.h
index 875710d3516cfabdebb027fe866c8912120feb41..a27c4e83f1e9bd8ba2ca1d1cd16a91593cca167a 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,8 @@ 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
 
 #endif /* _DEVICES_H_ */