Added afb_list.h
authorThierry Bultel <thierry.bultel@iot.bzh>
Fri, 7 Dec 2018 00:14:38 +0000 (01:14 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 13 Dec 2018 13:12:02 +0000 (14:12 +0100)
commitac5cdaf690ef16659fa09979c804a2be5d54ba9b
tree3cde05252ab3fa9f85890dd0b9d276f5a3f761d0
parentb138aad247fc88f8b70d64229db43585198e4bd9
Added afb_list.h

This is a user-space implementation of the kernel linked lists.
Massively used in the kernel, it is really light and
is contained in a single header.

Change-Id: I686b5fa5707b1c59339694c460ab8f0fec9679d4
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
afb_list.h [new file with mode: 0644]