diff options
Diffstat (limited to 'src/superio/ite/it8772f/chip.h')
-rw-r--r-- | src/superio/ite/it8772f/chip.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/superio/ite/it8772f/chip.h b/src/superio/ite/it8772f/chip.h index 19f1f7d6aa..eb3ccd2a97 100644 --- a/src/superio/ite/it8772f/chip.h +++ b/src/superio/ite/it8772f/chip.h @@ -4,6 +4,8 @@ #define SUPERIO_ITE_IT8772F_CHIP_H #include <device/device.h> +#include <types.h> + #include "it8772f.h" struct superio_ite_it8772f_config { @@ -15,7 +17,7 @@ struct superio_ite_it8772f_config { u8 gpio_set5; u8 gpio_set6; - u8 skip_keyboard; + bool skip_keyboard; /* * Enable external temperature sensor to use PECI GetTemp() @@ -32,9 +34,9 @@ struct superio_ite_it8772f_config { /* * Enable a FAN for software control. */ - u8 fan1_enable; - u8 fan2_enable; - u8 fan3_enable; + bool fan1_enable; + bool fan2_enable; + bool fan3_enable; /* * Default FAN speed |