xref: /rockchip-linux_mpp/mpp/hal/rkdec/h265d/hal_h265d_vdpu383.h (revision 437bfbeb9567cca9cd9080e3f6954aa9d6a94f18)
1 /* SPDX-License-Identifier: Apache-2.0 OR MIT */
2 /*
3  * Copyright (c) 2024 Rockchip Electronics Co., Ltd.
4  */
5 
6 #ifndef __HAL_H265D_VDPU383_H__
7 #define __HAL_H265D_VDPU383_H__
8 
9 #include "mpp_hal.h"
10 #include "vdpu383.h"
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 extern const MppHalApi hal_h265d_vdpu383;
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif /* __HAL_H265D_VDPU383_H__ */
23