diff options
Diffstat (limited to 'include/devices.h')
-rw-r--r-- | include/devices.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/devices.h b/include/devices.h index a27c4e8..9f2a0c3 100644 --- a/include/devices.h +++ b/include/devices.h @@ -105,5 +105,8 @@ int drv_video_init (void); #ifdef CONFIG_KEYBOARD int drv_keyboard_init (void); #endif +#ifdef CONFIG_USB_TTY +int drv_usbtty_init (void); +#endif #endif /* _DEVICES_H_ */ |