#include <hardware/hardware.h>

extern "C" {

int hw_get_module(const char *id, const struct hw_module_t **module)
{
   return 0;
}

}