summaryrefslogtreecommitdiffstats
path: root/include/queue_tx.h
blob: e29b1f072e8ffd33e5fef9064bf31c8beee1d68f (plain)
1
2
3
4
5
6
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_ */