Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
9439caafa33e59bf166eefaf39d9d241576dc119
/
.
/
include
/
linux
/
platform_data
/
syscon.h
blob: 2354c6fa3726c9a983018345902db1b82ab89fa1 [
file
] [
log
] [
blame
]
#ifndef
PLATFORM_DATA_SYSCON_H
#define
PLATFORM_DATA_SYSCON_H
struct
syscon_platform_data
{
const
char
*
label
;
};
#endif