mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
IOB: Some handy macros
This commit is contained in:
@@ -54,9 +54,14 @@
|
||||
|
||||
#define IOBFLAGS_MCAST (1 << 0) /* Multicast packet */
|
||||
|
||||
/* IOB helpers */
|
||||
|
||||
#define IOB_FREESPACE(n) (CONFIG_IOB_BUFSIZE - (n)->io_len - (n)->io_offset)
|
||||
|
||||
/* Queue helpers */
|
||||
|
||||
#define IOB_QINIT(q) do { (q)->qh_head = 0; (q)->qh_tail = 0; } while (0)
|
||||
#define IOB_QEMPTY(q) ((q)->head == NULL)
|
||||
|
||||
/****************************************************************************
|
||||
* Public Types
|
||||
|
||||
Reference in New Issue
Block a user