mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-07-04 14:41:59 +01:00
147978f312
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 <cleger@rivosinc.com> Reviewed-by: Anup Patel <anup@brainfault.org>