aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/netif/ipa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/netif/ipa.h')
-rw-r--r--include/osmocom/netif/ipa.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmocom/netif/ipa.h b/include/osmocom/netif/ipa.h
index ea06c22..dbbdc69 100644
--- a/include/osmocom/netif/ipa.h
+++ b/include/osmocom/netif/ipa.h
@@ -74,4 +74,9 @@ int ipaccess_send_pong(int fd);
int ipaccess_send_id_ack(int fd);
int ipaccess_send_id_req(int fd);
+struct osmo_ipa_unit;
+
+struct msgb *ipa_cli_id_resp(struct osmo_ipa_unit *dev, uint8_t *data, int len);
+struct msgb *ipa_cli_id_ack(void);
+
#endif