#ifndef _WPI_MCP23S17_H_
#define _WPI_MCP23S17_H_

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

#endif