blob: 355cb06b7a301d37b5684a20e4ded679fdb6a8f9 [file] [log] [blame]
David Howellse839ca52012-03-28 18:30:03 +01001#ifndef __ASM_SH_CACHE_INSNS_H
2#define __ASM_SH_CACHE_INSNS_H
3
4
5#ifdef CONFIG_SUPERH32
David Howellsa1ce3922012-10-02 18:01:25 +01006# include <asm/cache_insns_32.h>
David Howellse839ca52012-03-28 18:30:03 +01007#else
David Howellsa1ce3922012-10-02 18:01:25 +01008# include <asm/cache_insns_64.h>
David Howellse839ca52012-03-28 18:30:03 +01009#endif
10
11#endif /* __ASM_SH_CACHE_INSNS_H */