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