decode.h 296 B

1234567891011121314151617
  1. #ifndef DECODE_H
  2. #define DECODE_H
  3. #undef WITH_PROFILE_MODEL_P
  4. #ifdef WANT_ISA_COMPACT
  5. #include "decode-compact.h"
  6. #include "defs-compact.h"
  7. #endif /* WANT_ISA_COMPACT */
  8. #ifdef WANT_ISA_MEDIA
  9. #include "decode-media.h"
  10. #include "defs-media.h"
  11. #endif /* WANT_ISA_MEDIA */
  12. #endif /* DECODE_H */