drm/nouveau: consume the return of large GSP message
[drm/drm-misc.git] / arch / arm / mach-omap2 / clock2xxx.h
blob73c011dadfd2e1e477fc63726ece0b93ea0e4dc5
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * OMAP2 clock function prototypes and macros
5 * Copyright (C) 2005-2010 Texas Instruments, Inc.
6 * Copyright (C) 2004-2010 Nokia Corporation
7 */
9 #ifndef __ARCH_ARM_MACH_OMAP2_CLOCK2XXX_H
10 #define __ARCH_ARM_MACH_OMAP2_CLOCK2XXX_H
12 #include <linux/clk-provider.h>
13 #include "clock.h"
15 unsigned long omap2xxx_clk_get_core_rate(void);
17 #endif