]> Git Repo - linux.git/blob - include/linux/platform_data/syscon.h
Merge Linus' tree to be be to apply submitted patches to newer code than
[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.035248 seconds and 4 git commands to generate.