#include <libacpi.h>
Public Attributes | |
| char | name [MAX_NAME] | 
| char | state_file [MAX_NAME] | 
| fan_state_t | fan_state | 
Definition at line 103 of file libacpi.h.
| char fan_t::name[MAX_NAME] | 
name of the fan found in proc vfs
Definition at line 104 of file libacpi.h.
Referenced by init_acpi_fan().
| char fan_t::state_file[MAX_NAME] | 
state file for the fan
Definition at line 105 of file libacpi.h.
Referenced by init_acpi_fan(), and read_acpi_fan().
current status of the found fan
Definition at line 106 of file libacpi.h.
Referenced by read_acpi_fan().
 1.5.2