2011-10-14 02:58:23 +00:00
|
|
|
/*
|
|
|
|
* clock.h
|
|
|
|
*
|
|
|
|
* clock header
|
|
|
|
*
|
2013-03-15 10:07:04 +00:00
|
|
|
* Copyright (C) 2011, Texas Instruments Incorporated - http://www.ti.com/
|
2011-10-14 02:58:23 +00:00
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2011-10-14 02:58:23 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _CLOCKS_H_
|
|
|
|
#define _CLOCKS_H_
|
|
|
|
|
|
|
|
#include <asm/arch/clocks_am33xx.h>
|
|
|
|
|
|
|
|
#endif
|