My Kernel
v0.1.0
Data Fields
linked_list_node Struct Reference
Libalgo
»
Linked List
Intrusive doubly-linked list node.
#include <
linked_list.h
>
Data Fields
struct
linked_list_node
*
next
Next item in the list.
struct
linked_list_node
*
prev
Previous item in the list.
The documentation for this struct was generated from the following file:
lib/libalgo/include/libalgo/
linked_list.h
linked_list_node
Generated by
1.9.5