repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
blk: rq_data_dir() should not return a boolean
[cris-mirror.git]
/
arch
/
sh
/
include
/
asm
/
cache_insns.h
blob
355cb06b7a301d37b5684a20e4ded679fdb6a8f9
1
#ifndef __ASM_SH_CACHE_INSNS_H
2
#define __ASM_SH_CACHE_INSNS_H
3
4
5
#ifdef CONFIG_SUPERH32
6
# include <asm/cache_insns_32.h>
7
#else
8
# include <asm/cache_insns_64.h>
9
#endif
10
11
#endif
/* __ASM_SH_CACHE_INSNS_H */