Home
last modified time | relevance | path

Searched defs:HdfSListIterator (Results 1 – 1 of 1) sorted by relevance

/drivers/hdf_core/interfaces/inner_api/utils/
Dhdf_slist.h26 struct HdfSListIterator { struct
27 int stepOnNext;
28 struct HdfSListNode *prev; // points to the item before the current one
29 struct HdfSListNode *curr; // points to the current item (to detect item removal)