summaryrefslogtreecommitdiff
path: root/include/stdio_dev.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-05-16 10:14:55 (GMT)
committerWolfgang Denk <wd@denx.de>2009-07-18 23:02:46 (GMT)
commit7e3be7cf3bb344f717b6ec3d47a081269ea67ead (patch)
tree15a53811bc8b871f6d82eec377822ead907112f8 /include/stdio_dev.h
parenta694610d3361465d4c8d27dde72ab8b63d31115e (diff)
downloadu-boot-7e3be7cf3bb344f717b6ec3d47a081269ea67ead.tar.xz
console: unify printing current devices
Create stdio_print_current_devices() for this purpose Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/stdio_dev.h')
-rw-r--r--include/stdio_dev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio_dev.h b/include/stdio_dev.h
index 8b06ccf..83da4cd 100644
--- a/include/stdio_dev.h
+++ b/include/stdio_dev.h
@@ -91,6 +91,7 @@ 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);
#endif