diff options
Diffstat (limited to 'drivers/media/platform/mtk-vcodec/mtk_vcodec_fw.h')
-rw-r--r-- | drivers/media/platform/mtk-vcodec/mtk_vcodec_fw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/platform/mtk-vcodec/mtk_vcodec_fw.h b/drivers/media/platform/mtk-vcodec/mtk_vcodec_fw.h index 03833800c153..fadbbe6ba6cd 100644 --- a/drivers/media/platform/mtk-vcodec/mtk_vcodec_fw.h +++ b/drivers/media/platform/mtk-vcodec/mtk_vcodec_fw.h @@ -4,6 +4,7 @@ #define _MTK_VCODEC_FW_H_ #include <linux/remoteproc.h> +#include <linux/remoteproc/mtk_scp.h> #include "../mtk-vpu/mtk_vpu.h" @@ -11,6 +12,7 @@ struct mtk_vcodec_dev; enum mtk_vcodec_fw_type { VPU, + SCP, }; struct mtk_vcodec_fw; |