arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git] / arch / arm / mach-omap2 / i2c.h
blob1985169278c725a56359e94eeb96f5df1f900ceb
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Helper module for board specific I2C bus registration
5 * Copyright (C) 2009 Nokia Corporation.
6 */
8 #ifndef __MACH_OMAP2_I2C_H
9 #define __MACH_OMAP2_I2C_H
11 struct omap_hwmod;
13 int omap_i2c_reset(struct omap_hwmod *oh);
15 #endif /* __MACH_OMAP2_I2C_H */