arithmetic.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /*
  2. * Copyright (c) 2017 Actions Semi Co., Ltd.
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. * Author: wh<wanghui@actions-semi.com>
  16. *
  17. * Change log:
  18. * 2018/1/20: Created by wh.
  19. */
  20. #ifndef __ARITHMETIC_H__
  21. #define __ARITHMETIC_H__
  22. /**
  23. * @defgroup arithmetic_apis arithmetic APIs
  24. * @ingroup mem_managers
  25. * @{
  26. */
  27. #include <zephyr/types.h>
  28. #include "as_audio_codec.h"
  29. #include "as_dae.h"
  30. #include "as_dae_h.h"
  31. #include "as_fade_p.h"
  32. #include "as_hfp_speech.h"
  33. #include "as_mix_p.h"
  34. #include "as_res_p.h"
  35. #include "as_res_a_p.h"
  36. /**
  37. * @} end defgroup arithmetic_apis
  38. */
  39. #endif /* __ARITHMETIC_H__ */