#ifndef _WPI_MCP23008_H_
#define _WPI_MCP23008_H_

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

#endif