summaryrefslogtreecommitdiff
path: root/include/kernel/list.h
AgeCommit message (Collapse)Author
2023-11-26kernel: list: add a linked-list implementationDanny Holman
Add a linked-list implementation using the kmalloc system. Signed-off-by: Danny Holman <dholman@gymli.org>