1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (c) 2014 Marvell Technology Group Ltd.
4 *
5 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6 * Alexandre Belloni <alexandre.belloni@free-electrons.com>
7 */
8 #ifndef __BERLIN2_COMMON_H
9 #define __BERLIN2_COMMON_H
10
11 struct berlin2_gate_data {
12 const char *name;
13 const char *parent_name;
14 u8 bit_idx;
15 unsigned long flags;
16 };
17
18 #endif /* BERLIN2_COMMON_H */