summaryrefslogtreecommitdiff
path: root/arch/x86_64/bits/shm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/bits/shm.h')
-rw-r--r--arch/x86_64/bits/shm.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/x86_64/bits/shm.h b/arch/x86_64/bits/shm.h
index abf1d506..f4b87126 100644
--- a/arch/x86_64/bits/shm.h
+++ b/arch/x86_64/bits/shm.h
@@ -13,3 +13,14 @@ struct shmid_ds
unsigned long __pad1;
unsigned long __pad2;
};
+
+struct shminfo {
+ unsigned long shmmax, shmmin, shmmni, shmseg, shmall, __unused[4];
+};
+
+struct shm_info {
+ int __used_ids;
+ unsigned long shm_tot, shm_rss, shm_swp;
+ unsigned long __swap_attempts, __swap_successes;
+};
+