Home | History | Annotate | Download | only in compiler
      1 
      2 #ifndef RADEON_RENAME_REGS_H
      3 #define RADEON_RENAME_REGS_H
      4 
      5 struct radeon_compiler;
      6 
      7 void rc_rename_regs(struct radeon_compiler *c, void *user);
      8 
      9 #endif /* RADEON_RENAME_REGS_H */
     10