]> Git Repo - linux.git/blob - include/linux/platform_data/syscon.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[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.033385 seconds and 4 git commands to generate.