#ifndef SPI_H #define SPI_H #include class SPI { private: int d; }; #endif