GNU Linux-libre 4.14.290-gnu1
[releases.git] / drivers / staging / media / atomisp / platform / clock / platform_vlv2_plat_clk.h
1 /*
2  * platform_vlv2_plat_clk.h: platform clock driver library header file
3  * Copyright (C) 2013 Intel Corporation
4  *
5  * Author: Asutosh Pathak <asutosh.pathak@intel.com>
6  * Author: Chandra Sekhar Anagani <chandra.sekhar.anagani@intel.com>
7  * Author: Sergio Aguirre <sergio.a.aguirre.rodriguez@intel.com>
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; version 2 of the License.
12  *
13  * This program is distributed in the hope that it will be useful, but
14  * WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * General Public License for more details.
17  *
18  */
19 #ifndef _PLATFORM_VLV2_PLAT_CLK_H_
20 #define _PLATFORM_VLV2_PLAT_CLK_H_
21
22 #include <linux/sfi.h>
23 #include <asm/intel-mid.h>
24
25 extern void __init *vlv2_plat_clk_device_platform_data(
26                                 void *info) __attribute__((weak));
27 #endif