summaryrefslogtreecommitdiffstats
path: root/include/queue_tx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/queue_tx.h')
-rw-r--r--include/queue_tx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/queue_tx.h b/include/queue_tx.h
new file mode 100644
index 0000000..e29b1f0
--- /dev/null
+++ b/include/queue_tx.h
@@ -0,0 +1,7 @@
+#ifndef _QUEUE_TX_H_
+#define _QUEUE_TX_H_
+
+void tx_queue_add_ctlmsg(uint32_t flags, uint32_t from, uint32_t to);
+void tx_queue_add_ctlmsg2(uint32_t flags);
+
+#endif /* _QUEUE_TX_H_ */