blob: 2c089dd3e2bda3baf5cef201ef43bca709e12c0b [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Pawel Moll29f9b6c2014-02-12 10:47:10 +00002#ifndef PLATFORM_DATA_SYSCON_H
3#define PLATFORM_DATA_SYSCON_H
4
5struct syscon_platform_data {
6 const char *label;
7};
8
9#endif