mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 22:33:18 +00:00
18 lines
299 B
C
18 lines
299 B
C
|
/*
|
||
|
* keystone2: common clock header file
|
||
|
*
|
||
|
* (C) Copyright 2012-2014
|
||
|
* Texas Instruments Incorporated, <www.ti.com>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_ARCH_CLOCK_H
|
||
|
#define __ASM_ARCH_CLOCK_H
|
||
|
|
||
|
#ifdef CONFIG_SOC_K2HK
|
||
|
#include <asm/arch/clock-k2hk.h>
|
||
|
#endif
|
||
|
|
||
|
#endif
|