#ifndef CELL_COMMON_H #define CELL_COMMON_H struct init_info { int foo; int bar; }; #endif /* CELL_COMMON_H */