tie.h 621 B

12345678910111213141516171819202122
  1. /*
  2. * Xtensa processor core configuration information.
  3. *
  4. * This file is subject to the terms and conditions of the GNU General Public
  5. * License. See the file "COPYING" in the main directory of this archive
  6. * for more details.
  7. *
  8. * Copyright (C) 1999-2006 Tensilica Inc.
  9. */
  10. #ifndef XTENSA_TIE_H
  11. #define XTENSA_TIE_H
  12. /*----------------------------------------------------------------------
  13. COPROCESSORS and EXTRA STATE
  14. ----------------------------------------------------------------------*/
  15. #define XCHAL_CP_NUM 0 /* number of coprocessors */
  16. #define XCHAL_CP_MASK 0x00
  17. #endif /*XTENSA_CONFIG_TIE_H*/