xref: /rockchip-linux_mpp/mpp/hal/inc/hal_dummy_enc_api.h (revision 437bfbeb9567cca9cd9080e3f6954aa9d6a94f18)
1*437bfbebSnyanmisaka /*
2*437bfbebSnyanmisaka *
3*437bfbebSnyanmisaka * Copyright 2015 Rockchip Electronics Co. LTD
4*437bfbebSnyanmisaka *
5*437bfbebSnyanmisaka * Licensed under the Apache License, Version 2.0 (the "License");
6*437bfbebSnyanmisaka * you may not use this file except in compliance with the License.
7*437bfbebSnyanmisaka * You may obtain a copy of the License at
8*437bfbebSnyanmisaka *
9*437bfbebSnyanmisaka *      http://www.apache.org/licenses/LICENSE-2.0
10*437bfbebSnyanmisaka *
11*437bfbebSnyanmisaka * Unless required by applicable law or agreed to in writing, software
12*437bfbebSnyanmisaka * distributed under the License is distributed on an "AS IS" BASIS,
13*437bfbebSnyanmisaka * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14*437bfbebSnyanmisaka * See the License for the specific language governing permissions and
15*437bfbebSnyanmisaka * limitations under the License.
16*437bfbebSnyanmisaka */
17*437bfbebSnyanmisaka 
18*437bfbebSnyanmisaka 
19*437bfbebSnyanmisaka #ifndef __HAL_DUMMY_ENC_API_H__
20*437bfbebSnyanmisaka #define __HAL_DUMMY_ENC_API_H__
21*437bfbebSnyanmisaka 
22*437bfbebSnyanmisaka #include "mpp_hal.h"
23*437bfbebSnyanmisaka 
24*437bfbebSnyanmisaka #ifdef __cplusplus
25*437bfbebSnyanmisaka extern "C" {
26*437bfbebSnyanmisaka #endif
27*437bfbebSnyanmisaka 
28*437bfbebSnyanmisaka extern const MppHalApi hal_api_dummy_enc;
29*437bfbebSnyanmisaka 
30*437bfbebSnyanmisaka #ifdef __cplusplus
31*437bfbebSnyanmisaka }
32*437bfbebSnyanmisaka #endif
33*437bfbebSnyanmisaka 
34*437bfbebSnyanmisaka #endif /*__HAL_DUMMY_ENC_API_H__*/
35