diff options
Diffstat (limited to 'src/drivers/i2c/max98373/chip.h')
-rw-r--r-- | src/drivers/i2c/max98373/chip.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/i2c/max98373/chip.h b/src/drivers/i2c/max98373/chip.h index ad81395238..dcaf3570cc 100644 --- a/src/drivers/i2c/max98373/chip.h +++ b/src/drivers/i2c/max98373/chip.h @@ -16,6 +16,9 @@ /* * Maxim MAX98373 audio codec devicetree bindings */ + +#include <stdint.h> + struct drivers_i2c_max98373_config { /* I2C Bus Frequency in Hertz (default 400kHz) */ uint32_t bus_speed; |