#ifndef _WPI_WIRING_PI_I2C_H_
#define _WPI_WIRING_PI_I2C_H_

  #include "addon.h"
  
  DECLARE_EXPORT_INIT(wiringPiI2C);

#endif