xref: /aosp_15_r20/external/mesa3d/src/android_stub/hardware_stub.cpp (revision 6104692788411f58d303aa86923a9ff6ecaded22)
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 Worker int 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