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