summaryrefslogtreecommitdiff
path: root/vw-bap.h
diff options
context:
space:
mode:
Diffstat (limited to 'vw-bap.h')
-rw-r--r--vw-bap.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/vw-bap.h b/vw-bap.h
index 656ff0e..30f59c6 100644
--- a/vw-bap.h
+++ b/vw-bap.h
@@ -57,6 +57,11 @@ struct BAP_RXer {
};
+struct BAP_TXer {
+
+};
+
+
/* BAP frame struct handling */
struct BAP_Frame* vw_bap_frame_alloc(void);
@@ -73,4 +78,9 @@ struct BAP_RXer* vw_bap_rxer_alloc();
void vw_bap_rxer_free(struct BAP_RXer *bap);
+/* BAP transmission */
+struct BAP_TXer* vw_bap_txer_alloc();
+void vw_bap_txer_free(struct BAP_TXer *bap);
+
+
#endif