blob: 1afb3c29b796ba239e66740840d0cee5e1526434 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001/* 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
11struct 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 */