1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2015 Free Electrons
4 * Copyright (C) 2015 NextThing Co
6 * Maxime Ripard <maxime.ripard@free-electrons.com>
12 #include <linux/clk.h>
13 #include <linux/list.h>
14 #include <linux/regmap.h>
17 struct list_head engine_list
;
18 struct list_head frontend_list
;
19 struct list_head tcon_list
;
22 #endif /* _SUN4I_DRV_H_ */