Changeset 440 for trunk/kernel/libk
- Timestamp:
- May 3, 2018, 5:51:22 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/libk/list.h
r437 r440 79 79 * This macro returns the first element of a rooted double linked list. 80 80 *************************************************************************** 81 * @ root _ptr: pointer on the list root81 * @ root : pointer on the list root 82 82 * @ type : type of the linked elements 83 83 * @ member : name of the list_entry_t field … … 90 90 * This macro returns the last element of a rooted double linked list. 91 91 *************************************************************************** 92 * @ root _ptr: pointer on the list root92 * @ root : pointer on the list root 93 93 * @ type : type of the linked elements 94 94 * @ member : name of the list_entry_t field
Note: See TracChangeset
for help on using the changeset viewer.