#ifndef _WPI_DRC_SERIAL_H_
#define _WPI_DRC_SERIAL_H_

  #include "../addon.h"
  
  DECLARE_EXPORT_INIT(drcSerial);

#endif