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