#ifndef _WPI_MCP23017_H_
#define _WPI_MCP23017_H_

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

#endif