Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Helper module for board specific I2C bus registration
0004  *
0005  * Copyright (C) 2009 Nokia Corporation.
0006  */
0007 
0008 #ifndef __MACH_OMAP2_I2C_H
0009 #define __MACH_OMAP2_I2C_H
0010 
0011 struct omap_hwmod;
0012 
0013 int omap_i2c_reset(struct omap_hwmod *oh);
0014 
0015 #endif  /* __MACH_OMAP2_I2C_H */