summaryrefslogtreecommitdiff
path: root/include/linux/hx280enc.h
diff options
context:
space:
mode:
authorZhou Peng <eagle.zhou@nxp.com>2018-05-14 20:03:24 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:31:44 +0800
commitb0ff8f1ef6a068176dcf07414517474e16558d2b (patch)
tree0658e216d907aae710c728cf73256d1d48e375e7 /include/linux/hx280enc.h
parentdf4c38c44f83a2d75b5d05bf4df2181a6e83f597 (diff)
MLK-18301-2 - [i.MX8MM/Hantro]: Enable hantro vpu on mscale 845S platform
Add hantro 845 h1 encoder driver source Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
Diffstat (limited to 'include/linux/hx280enc.h')
-rwxr-xr-xinclude/linux/hx280enc.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/include/linux/hx280enc.h b/include/linux/hx280enc.h
new file mode 100755
index 000000000000..186a00e3446f
--- /dev/null
+++ b/include/linux/hx280enc.h
@@ -0,0 +1,31 @@
+/*****************************************************************************
+ * Encoder device driver (kernel module header)
+ *
+ * Copyright (C) 2012 Google Finland Oy.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+--------------------------------------------------------------------------------
+--
+-- Abstract : 6280/7280/8270/8290/H1 Encoder device driver (kernel module)
+--
+*****************************************************************************/
+
+#ifndef _HX280ENC_H_
+#define _HX280ENC_H_
+
+#include <uapi/linux/hx280enc.h>
+
+#endif /* !_HX280ENC_H_ */