#include <libacpi.h>
Collaboration diagram for adapter_t:
Public Attributes | |
char * | name |
char | state_file [MAX_NAME] |
power_state_t | ac_state |
Definition at line 161 of file libacpi.h.
char* adapter_t::name |
char adapter_t::state_file[MAX_NAME] |
state file for adapter + path
Definition at line 163 of file libacpi.h.
Referenced by init_acpi_acadapt(), and read_acpi_acstate().
current ac state, on-line or off-line
Definition at line 164 of file libacpi.h.
Referenced by read_acpi_acstate().