blob: ecb590185730f47c9d91fa4698fdf8e8989e1017 [file] [log] [blame]
Chandan Nath4ba33452011-10-14 02:58:23 +00001/*
2 * clock.h
3 *
4 * clock header
5 *
Matt Porter57da6662013-03-15 10:07:04 +00006 * Copyright (C) 2011, Texas Instruments Incorporated - http://www.ti.com/
Chandan Nath4ba33452011-10-14 02:58:23 +00007 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR /PURPOSE. See the
16 * GNU General Public License for more details.
17 */
18
19#ifndef _CLOCKS_H_
20#define _CLOCKS_H_
21
22#include <asm/arch/clocks_am33xx.h>
23
24#endif