13 lines
156 B
C
13 lines
156 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (c) 2019 MediaTek Inc.
|
||
|
*/
|
||
|
|
||
|
#ifndef __VPU_H__
|
||
|
#define __VPU_H__
|
||
|
|
||
|
|
||
|
#include "../2.0/vpu_drv.h"
|
||
|
|
||
|
#endif
|