]> Git Repo - linux.git/blob - drivers/clk/berlin/common.h
selinux: Remove security_ops extern
[linux.git] / drivers / clk / berlin / common.h
1 /*
2  * Copyright (c) 2014 Marvell Technology Group Ltd.
3  *
4  * Sebastian Hesselbarth <[email protected]>
5  * Alexandre Belloni <[email protected]>
6  *
7  * This program is free software; you can redistribute it and/or modify it
8  * under the terms and conditions of the GNU General Public License,
9  * version 2, as published by the Free Software Foundation.
10  *
11  * This program is distributed in the hope it will be useful, but WITHOUT
12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
14  * more details.
15  *
16  * You should have received a copy of the GNU General Public License along with
17  * this program.  If not, see <http://www.gnu.org/licenses/>.
18  */
19 #ifndef __BERLIN2_COMMON_H
20 #define __BERLIN2_COMMON_H
21
22 struct berlin2_gate_data {
23         const char *name;
24         const char *parent_name;
25         u8 bit_idx;
26         unsigned long flags;
27 };
28
29 #endif /* BERLIN2_COMMON_H */
This page took 0.033362 seconds and 4 git commands to generate.