summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_slist.h
AgeCommit message (Collapse)Author
2025-01-30include: lib: add a simple singly linked list implementationClément Léger
Add a simple singly linked list implementation when double linked list are not needed. This allows to easily have statically defined linked list that can be extended at runtime. Signed-off-by: Clément Léger <[email protected]> Reviewed-by: Anup Patel <[email protected]>