1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * TI clock utilities header
4  *
5  * Copyright (C) 2020 Dario Binacchi <dariobin@libero.it>
6  */
7 
8 #ifndef _CLK_TI_H
9 #define _CLK_TI_H
10 
11 void clk_ti_latch(fdt_addr_t reg, s8 shift);
12 
13 #endif /* #ifndef _CLK_TI_H */
14