1 #include <hardware/hardware.h>
2 
3 extern "C" {
4 
hw_get_module(const char * id,const struct hw_module_t ** module)5 int hw_get_module(const char *id, const struct hw_module_t **module)
6 {
7    return 0;
8 }
9 
10 }
11