iPXE
Data Fields
list_head Struct Reference

A doubly-linked list entry (or list head) More...

#include <list.h>

Data Fields

struct list_headnext
 Next list entry. More...
 
struct list_headprev
 Previous list entry. More...
 

Detailed Description

A doubly-linked list entry (or list head)

Definition at line 18 of file list.h.

Field Documentation

◆ next

struct list_head* list_head::next

◆ prev

struct list_head* list_head::prev

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