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