Sign in
cos
/
third_party
/
kernel
/
7f0bc8f2c899571eb8a22aab8e34207828ccd960
/
.
/
include
/
linux
/
platform_data
/
syscon.h
blob: 2c089dd3e2bda3baf5cef201ef43bca709e12c0b [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
PLATFORM_DATA_SYSCON_H
#define
PLATFORM_DATA_SYSCON_H
struct
syscon_platform_data
{
const
char
*
label
;
};
#endif