mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-03 11:11:10 +00:00
9 lines
124 B
C
9 lines
124 B
C
|
|
#ifndef PLATFORM_DATA_SYSCON_H
|
||
|
|
#define PLATFORM_DATA_SYSCON_H
|
||
|
|
|
||
|
|
struct syscon_platform_data {
|
||
|
|
const char *label;
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|