123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- /*
- * Copyright (c) 2017 Actions Semi Co., Ltd.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- * Author: wh<wanghui@actions-semi.com>
- *
- * Change log:
- * 2018/1/20: Created by wh.
- */
- #ifndef __ARITHMETIC_H__
- #define __ARITHMETIC_H__
- /**
- * @defgroup arithmetic_apis arithmetic APIs
- * @ingroup mem_managers
- * @{
- */
- #include <zephyr/types.h>
- #include "as_audio_codec.h"
- #include "as_dae.h"
- #include "as_dae_h.h"
- #include "as_fade_p.h"
- #include "as_hfp_speech.h"
- #include "as_mix_p.h"
- #include "as_res_p.h"
- #include "as_res_a_p.h"
- /**
- * @} end defgroup arithmetic_apis
- */
- #endif /* __ARITHMETIC_H__ */
|