You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
222B

  1. #ifndef GCC_TM_P_H
  2. #define GCC_TM_P_H
  3. #ifdef IN_GCC
  4. # include "config/arm/arm-flags.h"
  5. # include "config/arm/arm-protos.h"
  6. # include "config/arm/aarch-common-protos.h"
  7. # include "tm-preds.h"
  8. #endif
  9. #endif /* GCC_TM_P_H */