Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: fa389e220254c69ffae0d403eac4146171062d08 authored by Linus Torvalds on 10 March 2014, 02:41:57 UTC
Linux 3.14-rc6
Tip revision: fa389e2
cache_insns.h
#ifndef __ASM_SH_CACHE_INSNS_H
#define __ASM_SH_CACHE_INSNS_H


#ifdef CONFIG_SUPERH32
# include <asm/cache_insns_32.h>
#else
# include <asm/cache_insns_64.h>
#endif

#endif /* __ASM_SH_CACHE_INSNS_H */
back to top