Manu Abraham | b3b9614 | 2009-12-04 05:41:11 -0300 | [diff] [blame^] | 1 | #ifndef __MANTIS_I2C_H |
2 | #define __MANTIS_I2C_H | ||||
3 | |||||
4 | extern int mantis_i2c_init(struct mantis_pci *mantis); | ||||
5 | extern int mantis_i2c_exit(struct mantis_pci *mantis); | ||||
6 | |||||
7 | #endif /* __MANTIS_I2C_H */ |