1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * OMAP2 clock function prototypes and macros 4 * 5 * Copyright (C) 2005-2010 Texas Instruments, Inc. 6 * Copyright (C) 2004-2010 Nokia Corporation 7 */ 8 9#ifndef __ARCH_ARM_MACH_OMAP2_CLOCK2XXX_H 10#define __ARCH_ARM_MACH_OMAP2_CLOCK2XXX_H 11 12#include <linux/clk-provider.h> 13#include "clock.h" 14 15unsigned long omap2xxx_clk_get_core_rate(void); 16 17#endif 18 19