Sign in
cos
/
third_party
/
kernel
/
349adb10644be95ea6fb0655ecd045ebe57b91c1
/
.
/
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