PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
module_cached_device_entry_t Struct Reference

Module device cache entry structure. More...

#include <module.h>

Collaboration diagram for module_cached_device_entry_t:

Data Fields

list_entry_t listEntry
 
char path [MAX_PATH]
 Path to the module supporting the device.
 

Detailed Description

Module device cache entry structure.

Definition at line 376 of file module.h.

Field Documentation

◆ listEntry

list_entry_t module_cached_device_entry_t::listEntry

Definition at line 378 of file module.h.

◆ path

char module_cached_device_entry_t::path[MAX_PATH]

Path to the module supporting the device.

Definition at line 379 of file module.h.


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