mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
console: unify printing current devices
Create stdio_print_current_devices() for this purpose Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
a694610d33
commit
7e3be7cf3b
2 changed files with 30 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue