xref: /openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clock.h (revision 1a4596601fd395f3afb8f82f3f840c5e00bdd57a)
1 /*
2  * clock.h
3  *
4  * clock header
5  *
6  * Copyright (C) 2011, Texas Instruments Incorporated - http://www.ti.com/
7  *
8  * SPDX-License-Identifier:	GPL-2.0+
9  */
10 
11 #ifndef _CLOCKS_H_
12 #define _CLOCKS_H_
13 
14 #include <asm/arch/clocks_am33xx.h>
15 
16 #endif
17