My Kernel v0.1.0
linked_list_head Struct Reference

The head of a doubly linked list. More...

#include <linked_list.h>

Detailed Description

The head does not represent any real entry, it simply points to the first and last entry inside the list. If a list is empty the head points to itself.

We use a wrapper struct for the head to avoid wrongfully passing a list entry when the list's head is expected instead.


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