18 lines
491 B
C
18 lines
491 B
C
|
/*
|
||
|
* Copyright (c) 2015 Samsung Electronics Co., Ltd.
|
||
|
* http://www.samsung.com
|
||
|
*
|
||
|
* The main header file of Samsung Exynos SMFC 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 _MEDIA_EXYNOS_SMFC_SYNC_H_
|
||
|
#define _MEDIA_EXYNOS_SMFC_SYNC_H_
|
||
|
|
||
|
int exynos_smfc_wait_done(bool enable_hwfc);
|
||
|
|
||
|
#endif /* _MEDIA_EXYNOS_SMFC_SYNC_H_ */
|