18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Helper module for board specific I2C bus registration
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (C) 2009 Nokia Corporation.
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef __MACH_OMAP2_I2C_H
98c2ecf20Sopenharmony_ci#define __MACH_OMAP2_I2C_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_cistruct omap_hwmod;
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciint omap_i2c_reset(struct omap_hwmod *oh);
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci#endif	/* __MACH_OMAP2_I2C_H */
16