WIP: generic board-info

Change-Id: I0642269c924a0abe464a64c004681f507f14bc92
This commit is contained in:
Harald Welte
2023-09-06 17:53:06 +02:00
parent 73a8ef31f1
commit 4a8ec296fa
3 changed files with 45 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ struct osmo_st2_cardem_inst {
int osmo_st2_slot_tx_msg(struct osmo_st2_slot *slot, struct msgb *msg,
uint8_t msg_class, uint8_t msg_type);
int osmo_st2_generic_request_board_info(struct osmo_st2_slot *slot);
int osmo_st2_cardem_request_card_insert(struct osmo_st2_cardem_inst *ci, bool inserted);
int osmo_st2_cardem_request_pb_and_rx(struct osmo_st2_cardem_inst *ci, uint8_t pb, uint8_t le);