summaryrefslogtreecommitdiff
path: root/drivers/mxc/vpu_windsor/vpu_encoder_ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/vpu_windsor/vpu_encoder_ctrl.h')
-rw-r--r--drivers/mxc/vpu_windsor/vpu_encoder_ctrl.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/mxc/vpu_windsor/vpu_encoder_ctrl.h b/drivers/mxc/vpu_windsor/vpu_encoder_ctrl.h
new file mode 100644
index 000000000000..1e7898ae4194
--- /dev/null
+++ b/drivers/mxc/vpu_windsor/vpu_encoder_ctrl.h
@@ -0,0 +1,22 @@
+/*
+ * Copyright 2018-2019 NXP
+ */
+
+/*
+ * The code contained herein is licensed under the GNU General Public
+ * License. You may obtain a copy of the GNU General Public License
+ * Version 2 or later at the following locations:
+ *
+ * http://www.opensource.org/licenses/gpl-license.html
+ * http://www.gnu.org/copyleft/gpl.html
+ */
+
+#ifndef _VPU_ENCODER_CTRL_H
+#define _VPU_ENCODER_CTRL_H
+
+#include "mediasys_types.h"
+
+int vpu_enc_setup_ctrls(struct vpu_ctx *ctx);
+int vpu_enc_free_ctrls(struct vpu_ctx *ctx);
+
+#endif