stdio: constify "name" arg in public api

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger
2010-10-20 07:18:03 -04:00
committed by Wolfgang Denk
parent 5a442c0add
commit d7be3056de
5 changed files with 8 additions and 8 deletions

View File

@ -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 */