Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
crinitList Struct Reference

#include <list.h>

Collaboration diagram for crinitList:
Collaboration graph

Data Fields

struct crinitListprev
 Pointer to last entry in list.
 
struct crinitListnext
 Pointer to next entry in list.
 

Detailed Description

Simple intrusive list struct.

Field Documentation

◆ next

struct crinitList* crinitList::next

Pointer to next entry in list.

◆ prev

struct crinitList* crinitList::prev

Pointer to last entry in list.


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