#ifndef __i2cswitch_h__
#define __i2cswitch_h__

#ifdef __cplusplus
extern "C" {
#endif

int i2cswitchInit(unsigned char);
int i2cswitchSetBus(int bus);
int i2cswitchDisable(void);

#ifdef __cplusplus
}
#endif

#endif /* __i2cswitch_h__ */

