lineage_kernel_xcoverpro/drivers/media/platform/exynos/smfc/smfc-sync.h

18 lines
491 B
C
Raw Permalink Normal View History

2023-06-18 22:53:49 +00:00
/*
* 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_ */