1 /* SPDX-License-Identifier: Apache-2.0 OR MIT */ 2 /* 3 * Copyright (c) 2024 Rockchip Electronics Co., Ltd. 4 */ 5 6 #ifndef __HAL_H265D_VDPU384A_H__ 7 #define __HAL_H265D_VDPU384A_H__ 8 9 #include "mpp_hal.h" 10 #include "vdpu384a.h" 11 12 #ifdef __cplusplus 13 extern "C" { 14 #endif 15 16 extern const MppHalApi hal_h265d_vdpu384a; 17 18 #ifdef __cplusplus 19 } 20 #endif 21 22 #endif /* __HAL_H265D_VDPU384A_H__ */ 23