Sign in
cos
/
third_party
/
kernel
/
383bc372d694d65e2ab2e47e4bd4449a6f68f452
/
.
/
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