sdk-hwV1.3/lichee/linux-4.9/include/linux/platform_data/syscon.h

9 lines
124 B
C
Raw Normal View History

2024-05-07 10:09:20 +00:00
#ifndef PLATFORM_DATA_SYSCON_H
#define PLATFORM_DATA_SYSCON_H
struct syscon_platform_data {
const char *label;
};
#endif