/* linux/drivers/media/video/samsung/fimg2d4x/fimg2d_clk.h * * Copyright (c) 2011 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * Samsung Graphics 2D driver * * 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 __FIMG2D_CLK_H__ #define __FIMG2D_CLK_H__ #include "fimg2d.h" int fimg2d_clk_setup(struct fimg2d_control *info); void fimg2d_clk_release(struct fimg2d_control *info); void fimg2d_clk_on(struct fimg2d_control *info); void fimg2d_clk_off(struct fimg2d_control *info); void fimg2d_clk_save(struct fimg2d_control *info); void fimg2d_clk_restore(struct fimg2d_control *info); void fimg2d_clk_dump(struct fimg2d_control *info); #endif /* __FIMG2D_CLK_H__ */