PatchworkOS
Loading...
Searching...
No Matches
acpi_sdt_handler_t Struct Reference

ACPI System Description Table handler. More...

#include <tables.h>

Data Fields

const char * signature
 The signature of the table to handle.
 
uint64_t(* init )(sdt_header_t *table)
 The handler function to call when the table is first loaded.
 

Detailed Description

ACPI System Description Table handler.

This structure is used to register handlers for specific ACPI tables.

Definition at line 246 of file tables.h.

Field Documentation

◆ init

uint64_t(* acpi_sdt_handler_t::init) (sdt_header_t *table)

The handler function to call when the table is first loaded.

Definition at line 249 of file tables.h.

◆ signature

const char* acpi_sdt_handler_t::signature

The signature of the table to handle.

Definition at line 248 of file tables.h.


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