You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
550 B

/*
* Copyright (c) Hisilicon Technologies Co., Ltd. 2017-2021. All rights reserved.
* Description: Unicable2 IAPI interface
* Author: Hisilicon
* Create: 2017-06-30
*/
#ifndef __IAPI_UNICABLE2_H__
#define __IAPI_UNICABLE2_H__
#include "uapi_frontend.h"
#ifdef __cplusplus
#if __cplusplus
extern "C" {
#endif
#endif /* __cplusplus */
td_s32 unic2_chan_change(td_u32 tuner_id, td_u32 freq_mhz, uapi_frontend_polarization polar);
#ifdef __cplusplus
#if __cplusplus
}
#endif
#endif /* __cplusplus */
#endif