Sign in
nest-open-source
/
manifest_repos
/
kernel
/
79ac3b0b82cd6bbe048699aa9e3f0dd642723f74
/
.
/
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