if_rom.h 1022 B

123456789101112131415161718192021222324252627282930313233343536
  1. // Created by Tencent on 2023/06/09.
  2. // Copyright © 2023 Tencent. All rights reserved.
  3. /* ------------------------------------------------------------------
  4. * Copyright (C) 2009 Martin Storsjo
  5. *
  6. * Licensed under the Apache License, Version 2.0 (the "License");
  7. * you may not use this file except in compliance with the License.
  8. * You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
  15. * express or implied.
  16. * See the License for the specific language governing permissions
  17. * and limitations under the License.
  18. * -------------------------------------------------------------------
  19. */
  20. #ifndef OPENCORE_AMRWB_IF_ROM_H
  21. #define OPENCORE_AMRWB_IF_ROM_H
  22. #ifdef __cplusplus
  23. extern "C" {
  24. #endif
  25. #include <stdint.h>
  26. typedef int16_t Word16;
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30. #endif