]> git.sur5r.net Git - u-boot/blobdiff - include/stdio_dev.h
add dvlhost (dLAN 200 AV Wireless G) board
[u-boot] / include / stdio_dev.h
index 8b06ccf005a28c52968f0c023e319b70d4036756..82ad463c10af3d8930df77f7f8d82ee5c70c4a5d 100644 (file)
@@ -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