Sign in
android
/
kernel
/
common
/
refs/heads/deprecated/android14-5.15-2023-06
/
.
/
include
/
linux
/
platform_data
/
syscon.h
blob: 2c089dd3e2bda3baf5cef201ef43bca709e12c0b [
file
] [
log
] [
blame
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
PLATFORM_DATA_SYSCON_H
#define
PLATFORM_DATA_SYSCON_H
struct
syscon_platform_data
{
const
char
*
label
;
};
#endif