/* * Copyright (c) Hisilicon Technologies Co., Ltd. 2017-2021. All rights reserved. * Description: LNBH26 driver * Author: Hisilicon * Created: 2017-06-30 */ #ifndef __LNBH26_H__ #define __LNBH26_H__ #include "drv_frontend.h" td_s32 drv_fe_adp_lnbh26_a_regist_func(drv_fe_lnb_ops *lnb_ops); td_s32 drv_fe_adp_lnbh26_b_regist_func(drv_fe_lnb_ops *lnb_ops); #endif