aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i2c/imx_i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/i2c/imx_i2c.h')
-rw-r--r--include/hw/i2c/imx_i2c.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/hw/i2c/imx_i2c.h b/include/hw/i2c/imx_i2c.h
index fb95df5a52..7c73a1fa28 100644
--- a/include/hw/i2c/imx_i2c.h
+++ b/include/hw/i2c/imx_i2c.h
@@ -18,8 +18,8 @@
*
*/
-#ifndef __IMX_I2C_H_
-#define __IMX_I2C_H_
+#ifndef IMX_I2C_H
+#define IMX_I2C_H
#include "hw/sysbus.h"
@@ -84,4 +84,4 @@ typedef struct IMXI2CState {
uint16_t i2dr_write;
} IMXI2CState;
-#endif /* __IMX_I2C_H_ */
+#endif /* IMX_I2C_H */