summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/i2c.h')
-rw-r--r--arch/arm/mach-omap2/i2c.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/i2c.h b/arch/arm/mach-omap2/i2c.h
new file mode 100644
index 000000000..198516927
--- /dev/null
+++ b/arch/arm/mach-omap2/i2c.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Helper module for board specific I2C bus registration
+ *
+ * Copyright (C) 2009 Nokia Corporation.
+ */
+
+#ifndef __MACH_OMAP2_I2C_H
+#define __MACH_OMAP2_I2C_H
+
+struct omap_hwmod;
+
+int omap_i2c_reset(struct omap_hwmod *oh);
+
+#endif /* __MACH_OMAP2_I2C_H */