xref: /third_party/mesa3d/src/android_stub/hardware_stub.cpp
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/src/android_stub/
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

Indexes created Thu Nov 07 10:32:03 CST 2024