xref: /rockchip-linux_mpp/osal/inc/vcodec_service_api.h (revision 437bfbeb9567cca9cd9080e3f6954aa9d6a94f18)
1 /* SPDX-License-Identifier: Apache-2.0 OR MIT */
2 /*
3  * Copyright (c) 2020 Rockchip Electronics Co., Ltd.
4  */
5 
6 #ifndef __VCODEC_SERVICE_API_H__
7 #define __VCODEC_SERVICE_API_H__
8 
9 #include "mpp_device.h"
10 
11 #ifdef  __cplusplus
12 extern "C" {
13 #endif
14 
15 extern const MppDevApi vcodec_service_api;
16 
17 #ifdef  __cplusplus
18 }
19 #endif
20 
21 #endif /* __VCODEC_SERVICE_API_H__ */
22