xref: /rockchip-linux_mpp/osal/inc/mpp_compat_impl.h (revision 437bfbeb9567cca9cd9080e3f6954aa9d6a94f18)
1 /* SPDX-License-Identifier: Apache-2.0 OR MIT */
2 /*
3  * Copyright (c) 2021 Rockchip Electronics Co., Ltd.
4  */
5 
6 #ifndef __MPP_COMPAT_IMPL_H__
7 #define __MPP_COMPAT_IMPL_H__
8 
9 #include "rk_type.h"
10 
11 extern RK_S32 *compat_ext_fbc_buf_size;
12 extern RK_S32 *compat_ext_async_input;
13 extern RK_S32 *compat_ext_fbc_hdr_256_odd;
14 
15 #endif /*__MPP_COMPAT_IMPL_H__*/
16