blob: 1e49ecfeee3e84a87c8a33f9e456aaef56abe74b [file] [log] [blame]
Manu Abrahamb3b96142009-12-04 05:41:11 -03001#ifndef __MANTIS_I2C_H
2#define __MANTIS_I2C_H
3
4extern int mantis_i2c_init(struct mantis_pci *mantis);
5extern int mantis_i2c_exit(struct mantis_pci *mantis);
6
7#endif /* __MANTIS_I2C_H */