1 2 3 4 5 6 7 8
#ifndef RAMINIT_H #define RAMINIT_H struct mem_controller { int empty; }; #endif /* RAMINIT_H */