mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-26 19:04:54 +00:00
17 lines
279 B
C
17 lines
279 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2020 MediaTek Inc.
|
|
*/
|
|
#ifndef __VPU_DRV_H__
|
|
#define __VPU_DRV_H__
|
|
|
|
#include <linux/types.h>
|
|
#include <linux/kref.h>
|
|
#include "vpu_cmn.h"
|
|
#include "vpu_ioctl.h"
|
|
#include "vpu_mem.h"
|
|
|
|
/* kernel internal struct */
|
|
|
|
#endif
|