#ifndef CONTROLLER_STATUS #define CONTROLLER_STATUS enum controller_status_t { ok, error }; #endif