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