]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - linux-headers/linux/mman.h
linux-headers: update to v6.5-rc1
[thirdparty/qemu.git] / linux-headers / linux / mman.h
index 434986fbe3071d1fd0c13d6a46a6b3c2473c9dfe..4e8cb6078058979edc50cf01fea6fc73ee6cb5fc 100644 (file)
@@ -4,6 +4,7 @@
 
 #include <asm/mman.h>
 #include <asm-generic/hugetlb_encode.h>
+#include <linux/types.h>
 
 #define MREMAP_MAYMOVE         1
 #define MREMAP_FIXED           2
 #define MAP_HUGE_2GB   HUGETLB_FLAG_ENCODE_2GB
 #define MAP_HUGE_16GB  HUGETLB_FLAG_ENCODE_16GB
 
+struct cachestat_range {
+       __u64 off;
+       __u64 len;
+};
+
+struct cachestat {
+       __u64 nr_cache;
+       __u64 nr_dirty;
+       __u64 nr_writeback;
+       __u64 nr_evicted;
+       __u64 nr_recently_evicted;
+};
+
 #endif /* _LINUX_MMAN_H */