blob: 1985169278c725a56359e94eeb96f5df1f900ceb [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Helper module for board specific I2C bus registration
4 *
5 * Copyright (C) 2009 Nokia Corporation.
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00006 */
7
8#ifndef __MACH_OMAP2_I2C_H
9#define __MACH_OMAP2_I2C_H
10
11struct omap_hwmod;
12
13int omap_i2c_reset(struct omap_hwmod *oh);
14
15#endif /* __MACH_OMAP2_I2C_H */