summaryrefslogtreecommitdiff
path: root/arch/i386/bits/shm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/bits/shm.h')
-rw-r--r--arch/i386/bits/shm.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/i386/bits/shm.h b/arch/i386/bits/shm.h
index 8807c4fb..547581f1 100644
--- a/arch/i386/bits/shm.h
+++ b/arch/i386/bits/shm.h
@@ -16,3 +16,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;
+};
+