#ifndef INSTR_H_ #define INSTR_H_ typedef struct instr_t { int type; int data; } instr_t, * instr_ptr; class LoadRequest { private: // the address of data to load int address; int public: Instr() { } inline } #endif