mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
include/queue.h: Add dq_tail marco
This commit is contained in:
committed by
Gregory Nutt
parent
57b91a8cfc
commit
8780c51cb3
@@ -92,6 +92,9 @@
|
||||
#define sq_peek(q) ((q)->head)
|
||||
#define dq_peek(q) ((q)->head)
|
||||
|
||||
#define sq_tail(q) ((q)->tail)
|
||||
#define dq_tail(q) ((q)->tail)
|
||||
|
||||
/****************************************************************************
|
||||
* Public Type Definitions
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user