Merge remote-tracking branch 'asoc/topic/sti' into asoc-next
[deliverable/linux.git] / include / linux / platform_data / syscon.h
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
This page took 0.03076 seconds and 5 git commands to generate.