Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 3e5de27e940d00d8d504dfb96625fb654f641509 authored by Linus Torvalds on 04 December 2016, 20:50:51 UTC
Linux 4.9-rc8
Tip revision: 3e5de27
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