aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/da7219/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/da7219/chip.h')
-rw-r--r--src/drivers/i2c/da7219/chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/i2c/da7219/chip.h b/src/drivers/i2c/da7219/chip.h
index 203bd8fa66..5ca787c391 100644
--- a/src/drivers/i2c/da7219/chip.h
+++ b/src/drivers/i2c/da7219/chip.h
@@ -1,5 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
+#ifndef __DRIVERS_I2C_DA7219_CHIP_H__
+#define __DRIVERS_I2C_DA7219_CHIP_H__
+
#include <acpi/acpi_device.h>
/*
@@ -115,3 +118,5 @@ struct drivers_i2c_da7219_config {
*/
const char *mclk_name;
};
+
+#endif /* __DRIVERS_I2C_DA7219_CHIP_H__ */