#ifndef _WPI_WIRING_PI_SPI_H_
#define _WPI_WIRING_PI_SPI_H_

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

#endif