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

Cached ACPI table. More...

#include <tables.h>

Collaboration diagram for acpi_cached_table_t:

Data Fields

sdt_header_ttable
 
dentry_tfile
 The sysfs file representing the table.
 

Detailed Description

Cached ACPI table.

This structure is used to cache ACPI tables that have been loaded.

Definition at line 246 of file tables.h.

Field Documentation

◆ table

sdt_header_t* acpi_cached_table_t::table

Definition at line 248 of file tables.h.

◆ file

dentry_t* acpi_cached_table_t::file

The sysfs file representing the table.

Definition at line 249 of file tables.h.


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