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