2012-03-29 01:30:03 +08:00
|
|
|
#ifndef __ASM_SH_CACHE_INSNS_H
|
|
|
|
#define __ASM_SH_CACHE_INSNS_H
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef CONFIG_SUPERH32
|
2012-10-03 01:01:25 +08:00
|
|
|
# include <asm/cache_insns_32.h>
|
2012-03-29 01:30:03 +08:00
|
|
|
#else
|
2012-10-03 01:01:25 +08:00
|
|
|
# include <asm/cache_insns_64.h>
|
2012-03-29 01:30:03 +08:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* __ASM_SH_CACHE_INSNS_H */
|