ASoC: wm8741: Allow master clock switching
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / exynos / exynos_drm_fimd.h
1 /*
2  * Copyright (c) 2015 Samsung Electronics Co., Ltd.
3  *
4  * This program is free software; you can redistribute  it and/or modify it
5  * under  the terms of  the GNU General  Public License as published by the
6  * Free Software Foundation;  either version 2 of the  License, or (at your
7  * option) any later version.
8  */
9
10 #ifndef _EXYNOS_DRM_FIMD_H_
11 #define _EXYNOS_DRM_FIMD_H_
12
13 extern void fimd_dp_clock_enable(struct exynos_drm_crtc *crtc, bool enable);
14
15 #endif /* _EXYNOS_DRM_FIMD_H_ */