diff options
author | Tom Rini <trini@konsulko.com> | 2022-01-26 20:41:38 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-26 20:41:38 -0500 |
commit | 9a1dd6dcfefc56c05ee7f7249faaa97c5f937fbc (patch) | |
tree | 171f14dc3ae19d1050b10d53a7d9ae63d36fda55 /include/stdio_dev.h | |
parent | 6146cd62aedc4849fec66f10ab0aa57f1dc64b8e (diff) | |
parent | fc2b399ac03b91339a1cb1bfd4d1a9ca87fe95c6 (diff) |
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
Diffstat (limited to 'include/stdio_dev.h')
-rw-r--r-- | include/stdio_dev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio_dev.h b/include/stdio_dev.h index 8fb9a12dd87..270fa2729fb 100644 --- a/include/stdio_dev.h +++ b/include/stdio_dev.h @@ -103,6 +103,7 @@ int drv_lcd_init(void); int drv_video_init(void); int drv_keyboard_init(void); int drv_usbtty_init(void); +int drv_usbacm_init(void); int drv_nc_init(void); int drv_jtag_console_init(void); int cbmemc_init(void); |