repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
of: MSI: Simplify irqdomain lookup
[linux/fpc-iii.git]
/
arch
/
avr32
/
include
/
uapi
/
asm
/
cachectl.h
blob
573a9584dd57eafeefdb18754d0e0df7a9b65f77
1
#ifndef _UAPI__ASM_AVR32_CACHECTL_H
2
#define _UAPI__ASM_AVR32_CACHECTL_H
3
4
/*
5
* Operations that can be performed through the cacheflush system call
6
*/
7
8
/* Clean the data cache, then invalidate the icache */
9
#define CACHE_IFLUSH 0
10
11
#endif
/* _UAPI__ASM_AVR32_CACHECTL_H */