blob: 4cb973fd2acd4dd357e4270e943701032a9adba8 [file] [log] [blame]
#include <hardware/hardware.h>
extern "C" {
int hw_get_module(const char *id, const struct hw_module_t **module)
{
return 0;
}
}