MOS Source Code
Loading...
Searching...
No Matches
list_node_t Struct Reference

A node in a linked list. More...

#include <list.h>

Public Attributes

list_node_t * prev
 
list_node_t * next
 

Detailed Description

A node in a linked list.

Definition at line 26 of file list.h.

Member Data Documentation

◆ prev

list_node_t* prev

Definition at line 28 of file list.h.

◆ next

list_node_t* next

Definition at line 29 of file list.h.


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