linux-imx/include/linux/imx_vpu.h
Ming Qian 6af122984d MLK-25196: mxc: imx8: vpu: add a header file to define custom driver interface
To unify the driver interface on imx8,
we need to add a new header file to define custom interfaces

Signed-off-by: Ming Qian <ming.qian@nxp.com>
Reviewed-by: Shijie Qin <shijie.qin@nxp.com>
2023-10-30 15:58:00 +08:00

20 lines
460 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright 2018-2020 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 __LINUX_IMX_VPU_H
#define __LINUX_IMX_VPU_H
#include <uapi/linux/imx_vpu.h>
#endif