summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/include/intelblocks
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/include/intelblocks')
-rw-r--r--src/soc/intel/common/block/include/intelblocks/cfg.h (renamed from src/soc/intel/common/block/include/intelblocks/chip.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/common/block/include/intelblocks/chip.h b/src/soc/intel/common/block/include/intelblocks/cfg.h
index 1e830d5d17..e7e381bfe4 100644
--- a/src/soc/intel/common/block/include/intelblocks/chip.h
+++ b/src/soc/intel/common/block/include/intelblocks/cfg.h
@@ -13,8 +13,8 @@
* GNU General Public License for more details.
*/
-#ifndef SOC_INTEL_COMMON_BLOCK_CHIP_H
-#define SOC_INTEL_COMMON_BLOCK_CHIP_H
+#ifndef SOC_INTEL_COMMON_BLOCK_CFG_H
+#define SOC_INTEL_COMMON_BLOCK_CFG_H
#include <intelblocks/gspi.h>
#include <drivers/i2c/designware/dw_i2c.h>
@@ -42,4 +42,4 @@ struct soc_intel_common_config {
/* This function to retrieve soc config structure required by common code */
const struct soc_intel_common_config *chip_get_common_soc_structure(void);
-#endif /* SOC_INTEL_COMMON_BLOCK_CHIP_H */
+#endif /* SOC_INTEL_COMMON_BLOCK_CFG_H */