#ifndef CONTROLLER_WUP_H #define CONTROLLER_WUP_H #ifdef __linux__ #include "controller_api.h" extern struct ControllerAPI controller_wup; #endif #endif