mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
stdio: constify "name" arg in public api
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:

committed by
Wolfgang Denk

parent
5a442c0add
commit
d7be3056de
@ -43,6 +43,6 @@ extern int cd_count[MAX_FILES];
|
||||
|
||||
int iomux_doenv(const int, const char *);
|
||||
void iomux_printdevs(const int);
|
||||
struct stdio_dev *search_device(int, char *);
|
||||
struct stdio_dev *search_device(int, const char *);
|
||||
|
||||
#endif /* _IO_MUX_H */
|
||||
|
Reference in New Issue
Block a user