/* SPDX-License-Identifier: GPL-2.0-only */ /* * drivers/media/platform/samsung/mfc5/s5p_mfc_opr_v5.h * * Header file for Samsung MFC (Multi Function Codec - FIMV) driver * Contains declarations of hw related functions. * * Kamil Debski, Copyright (C) 2011 Samsung Electronics * http://www.samsung.com/ */ #ifndef S5P_MFC_OPR_V5_H_ #define S5P_MFC_OPR_V5_H_ #include "s5p_mfc_common.h" #include "s5p_mfc_opr.h" enum MFC_SHM_OFS { … }; const struct s5p_mfc_hw_ops *s5p_mfc_init_hw_ops_v5(void); #endif /* S5P_MFC_OPR_H_ */