X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fstdio_dev.h;h=23e0ee15f280d1dba02fbe99e61915606d97866b;hb=3ae6abb697b85516975443ca7eac44d18ed4c53f;hp=8b06ccf005a28c52968f0c023e319b70d4036756;hpb=462b1038738dd86f8dd70595f250ce792e90d244;p=u-boot diff --git a/include/stdio_dev.h b/include/stdio_dev.h index 8b06ccf005..23e0ee15f2 100644 --- a/include/stdio_dev.h +++ b/include/stdio_dev.h @@ -91,11 +91,12 @@ extern char *stdio_names[MAX_FILES]; */ int stdio_register (struct stdio_dev * dev); int stdio_init (void); +void stdio_print_current_devices(void); #ifdef CONFIG_SYS_STDIO_DEREGISTER -int stdio_deregister(char *devname); +int stdio_deregister(const char *devname); #endif struct list_head* stdio_get_list(void); -struct stdio_dev* stdio_get_by_name(char* name); +struct stdio_dev* stdio_get_by_name(const char* name); struct stdio_dev* stdio_clone(struct stdio_dev *dev); #ifdef CONFIG_ARM_DCC_MULTI @@ -104,9 +105,6 @@ int drv_arm_dcc_init(void); #ifdef CONFIG_LCD int drv_lcd_init (void); #endif -#ifdef CONFIG_VFD -int drv_vfd_init (void); -#endif #if defined(CONFIG_VIDEO) || defined(CONFIG_CFB_CONSOLE) int drv_video_init (void); #endif