blob: 29784fb94251ab081aef15c71ad346e60a186e7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/* linux/arch/arm/plat-s5p/include/plat/jpeg.h
*
* Copyright 201i Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_PLAT_JPEG_H
#define __ASM_PLAT_JPEG_H __FILE__
int __init exynos4_jpeg_setup_clock(struct device *dev,
unsigned long clk_rate);
int __init exynos5_jpeg_setup_clock(struct device *dev,
unsigned long clk_rate);
#endif /*__ASM_PLAT_JPEG_H */
|