mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
8 lines
124 B
C
8 lines
124 B
C
#ifndef PLATFORM_DATA_SYSCON_H
|
|
#define PLATFORM_DATA_SYSCON_H
|
|
|
|
struct syscon_platform_data {
|
|
const char *label;
|
|
};
|
|
|
|
#endif
|