Changeset 85147f3 in mainline for kernel/generic/include/adt/list.h


Ignore:
Timestamp:
2013-09-10T17:55:33Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
07525cd
Parents:
b0c2075
Message:

cstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/adt/list.h

    rb0c2075 r85147f3  
    186186 * @return Head item of the list.
    187187 * @return NULL if the list is empty.
     188 *
    188189 */
    189190static inline link_t *list_first(const list_t *list)
     
    198199 * @return Head item of the list.
    199200 * @return NULL if the list is empty.
     201 *
    200202 */
    201203static inline link_t *list_last(list_t *list)
Note: See TracChangeset for help on using the changeset viewer.