firmware: card_emu.h: declare usb_buf_upd_len_and_submit()

usb_buf_upd_len_and_submit() is already a non-static function and should be
accessible.

Change-Id: I734d4b2d782223dd2f735f140d8c9bc6fc00a086
This commit is contained in:
Alexander Couzens
2026-07-13 20:13:04 +02:00
parent 1b43e1db48
commit 567c03c83f
+3
View File
@@ -19,6 +19,7 @@
#include <stdint.h>
struct card_handle;
struct msgb;
enum card_io {
CARD_IO_VCC,
@@ -75,3 +76,5 @@ int card_emu_get_vcc(uint8_t uart_chan);
struct cardemu_usb_msg_config;
int card_emu_set_config(struct card_handle *ch, const struct cardemu_usb_msg_config *scfg,
unsigned int scfg_len);
void usb_buf_upd_len_and_submit(struct msgb *msg);