tm_p.h 178 B

12345678
  1. #ifndef GCC_TM_P_H
  2. #define GCC_TM_P_H
  3. #ifdef IN_GCC
  4. # include "config/mips/mips-protos.h"
  5. # include "config/linux-protos.h"
  6. # include "tm-preds.h"
  7. #endif
  8. #endif /* GCC_TM_P_H */