Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (c) 2014 Marvell Technology Group Ltd.
0004  *
0005  * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
0006  * Alexandre Belloni <alexandre.belloni@free-electrons.com>
0007  */
0008 #ifndef __BERLIN2_COMMON_H
0009 #define __BERLIN2_COMMON_H
0010 
0011 struct berlin2_gate_data {
0012     const char *name;
0013     const char *parent_name;
0014     u8 bit_idx;
0015     unsigned long flags;
0016 };
0017 
0018 #endif /* BERLIN2_COMMON_H */