Sign in
coral
/
linux-mtk
/
a50d7156f171c9ee1f1b58d354114fbdcf4faf1e
/
.
/
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