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