mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-20 05:50:27 +01:00
11 lines
135 B
C++
11 lines
135 B
C++
|
|
#include <hardware/hardware.h>
|
||
|
|
|
||
|
|
extern "C" {
|
||
|
|
|
||
|
|
int hw_get_module(const char *id, const struct hw_module_t **module)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|