diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/iomux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/iomux.h b/include/iomux.h index da7ff69..9c2d579 100644 --- a/include/iomux.h +++ b/include/iomux.h @@ -24,6 +24,7 @@ extern struct stdio_dev **console_devices[MAX_FILES]; */ extern int cd_count[MAX_FILES]; +int iomux_match_device(struct stdio_dev **, const int, struct stdio_dev *); int iomux_doenv(const int, const char *); void iomux_printdevs(const int); |