Searched defs:alt_llist_s (Results 1 – 1 of 1) sorted by relevance
62 struct alt_llist_s { struct63 alt_llist* next; /* Pointer to the next element in the list. */64 alt_llist* previous; /* Pointer to the previous element in the list. */