Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * This header provides constants clk index RK808 pmic clkout
0004  */
0005 #ifndef _CLK_ROCKCHIP_RK808
0006 #define _CLK_ROCKCHIP_RK808
0007 
0008 /* CLOCKOUT index */
0009 #define RK808_CLKOUT0       0
0010 #define RK808_CLKOUT1       1
0011 
0012 #endif