2019-05-30 07:57:50 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2009-12-12 08:16:32 +08:00
|
|
|
/*
|
|
|
|
* Helper module for board specific I2C bus registration
|
|
|
|
*
|
|
|
|
* Copyright (C) 2009 Nokia Corporation.
|
|
|
|
*/
|
|
|
|
|
2012-10-09 00:11:22 +08:00
|
|
|
#ifndef __MACH_OMAP2_I2C_H
|
|
|
|
#define __MACH_OMAP2_I2C_H
|
2009-12-12 08:16:32 +08:00
|
|
|
|
2018-02-13 09:32:42 +08:00
|
|
|
struct omap_hwmod;
|
|
|
|
|
2011-07-10 19:27:16 +08:00
|
|
|
int omap_i2c_reset(struct omap_hwmod *oh);
|
|
|
|
|
2012-10-09 00:11:22 +08:00
|
|
|
#endif /* __MACH_OMAP2_I2C_H */
|