cache_insns.h 195 B

1234567891011
  1. #ifndef __ASM_SH_CACHE_INSNS_H
  2. #define __ASM_SH_CACHE_INSNS_H
  3. #ifdef CONFIG_SUPERH32
  4. # include "cache_insns_32.h"
  5. #else
  6. # include "cache_insns_64.h"
  7. #endif
  8. #endif /* __ASM_SH_CACHE_INSNS_H */