Loading...
Note: File does not exist in v6.13.7.
1#ifndef _S390_CACHEFLUSH_H
2#define _S390_CACHEFLUSH_H
3
4/* Caches aren't brain-dead on the s390. */
5#include <asm-generic/cacheflush.h>
6
7int set_memory_ro(unsigned long addr, int numpages);
8int set_memory_rw(unsigned long addr, int numpages);
9int set_memory_nx(unsigned long addr, int numpages);
10int set_memory_x(unsigned long addr, int numpages);
11
12#endif /* _S390_CACHEFLUSH_H */