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