of: MSI: Simplify irqdomain lookup
[linux/fpc-iii.git] / arch / avr32 / include / uapi / asm / cachectl.h
blob573a9584dd57eafeefdb18754d0e0df7a9b65f77
1 #ifndef _UAPI__ASM_AVR32_CACHECTL_H
2 #define _UAPI__ASM_AVR32_CACHECTL_H
4 /*
5 * Operations that can be performed through the cacheflush system call
6 */
8 /* Clean the data cache, then invalidate the icache */
9 #define CACHE_IFLUSH 0
11 #endif /* _UAPI__ASM_AVR32_CACHECTL_H */