xref: /openbmc/linux/arch/arm/mach-omap2/i2c.h (revision 75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37)
1*2b27bdccSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
23a8761c0STony Lindgren /*
33a8761c0STony Lindgren  * Helper module for board specific I2C bus registration
43a8761c0STony Lindgren  *
53a8761c0STony Lindgren  * Copyright (C) 2009 Nokia Corporation.
63a8761c0STony Lindgren  */
73a8761c0STony Lindgren 
83a8761c0STony Lindgren #ifndef __MACH_OMAP2_I2C_H
93a8761c0STony Lindgren #define __MACH_OMAP2_I2C_H
103a8761c0STony Lindgren 
119138f89eSSuman Anna struct omap_hwmod;
129138f89eSSuman Anna 
133a8761c0STony Lindgren int omap_i2c_reset(struct omap_hwmod *oh);
143a8761c0STony Lindgren 
153a8761c0STony Lindgren #endif	/* __MACH_OMAP2_I2C_H */
16