mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-08-14 02:30:28 +03:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user