1 #ifndef PLATFORM_DATA_SYSCON_H
2 #define PLATFORM_DATA_SYSCON_H
3 
4 struct syscon_platform_data {
5 	const char *label;
6 };
7 
8 #endif
9