|
PatchworkOS
da8a090
A non-POSIX operating system.
|
A entry in a doubly linked list. More...
#include <list.h>
Data Fields | |
| struct list_entry * | prev |
| The previous entry in the list. | |
| struct list_entry * | next |
| The next entry in the list. | |
| list_t * | list |
| The list this entry belongs to. | |
A entry in a doubly linked list.
This structure should be placed within another structure so that the CONTAINER_OF() macro can then be used to access the other structure.
| struct list_entry* list_entry_t::prev |
| struct list_entry* list_entry_t::next |