My Kernel v0.1.0
linked_list_node Struct Reference

Intrusive doubly-linked list node.

#include <linked_list.h>

Data Fields

struct linked_list_nodenext
 Next item in the list.
 
struct linked_list_nodeprev
 Previous item in the list.
 

The documentation for this struct was generated from the following file: