Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright (C) 2015 Free Electrons
0004  * Copyright (C) 2015 NextThing Co
0005  *
0006  * Maxime Ripard <maxime.ripard@free-electrons.com>
0007  */
0008 
0009 #ifndef _SUN4I_DOTCLOCK_H_
0010 #define _SUN4I_DOTCLOCK_H_
0011 
0012 struct sun4i_tcon;
0013 
0014 int sun4i_dclk_create(struct device *dev, struct sun4i_tcon *tcon);
0015 int sun4i_dclk_free(struct sun4i_tcon *tcon);
0016 
0017 #endif /* _SUN4I_DOTCLOCK_H_ */