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.
25 lines
466 B
25 lines
466 B
7 months ago
|
/*
|
||
|
* 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__ */
|
||
|
|