diff options
Diffstat (limited to 'include/iomux.h')
-rw-r--r-- | include/iomux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/iomux.h b/include/iomux.h index e38a81e7750..fcf0f9319e5 100644 --- a/include/iomux.h +++ b/include/iomux.h @@ -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 */ |