/* * Copyright (c) Hisilicon Technologies Co., Ltd.. 2019-2020. All rights reserved. * Description: amp customer header file * Author: audio * Create: 2019-12-30 */ #ifndef __DRV_AMP_CUSTOMER_H__ #define __DRV_AMP_CUSTOMER_H__ #include "td_type.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ td_void amp_customer_driver_init(td_void); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __DRV_AMP_CUSTOMER_H__ */