#ifndef RESPONSE_H #define RESPONSE_H enum Response { OK, WAIT, BLOCKED, }; #endif /* RESPONSE_H_INCLUDED */