#ifndef _WPI_WIRING_SERIAL_H_
#define _WPI_WIRING_SERIAL_H_

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

#endif