14 lines
155 B
C
14 lines
155 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
|