summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/i2c-imx31.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/i2c-imx31.h')
-rw-r--r--firmware/target/arm/imx31/i2c-imx31.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/imx31/i2c-imx31.h b/firmware/target/arm/imx31/i2c-imx31.h
index f73a8e6320..b7305931d1 100644
--- a/firmware/target/arm/imx31/i2c-imx31.h
+++ b/firmware/target/arm/imx31/i2c-imx31.h
@@ -22,6 +22,7 @@
22#define I2C_IMX31_H 22#define I2C_IMX31_H
23 23
24#include <stdbool.h> 24#include <stdbool.h>
25#include "semaphore.h"
25 26
26/* I2C module usage masks */ 27/* I2C module usage masks */
27#define USE_I2C1_MODULE (1 << 0) 28#define USE_I2C1_MODULE (1 << 0)