coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
list_node Struct Reference

#include <list.h>

Collaboration diagram for list_node:
Collaboration graph

Data Fields

struct list_nodenext
 
struct list_nodeprev
 

Detailed Description

Definition at line 7 of file list.h.

Field Documentation

◆ next

struct list_node* list_node::next

Definition at line 8 of file list.h.

Referenced by list_append(), list_insert_after(), list_insert_before(), list_remove(), and pop_thread().

◆ prev

struct list_node* list_node::prev

Definition at line 9 of file list.h.

Referenced by list_insert_after(), list_insert_before(), and list_remove().


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