1a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/****************************************************************************
2a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************
3a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
4a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   This header was automatically generated from a Linux kernel header
5a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   of the same name, to make information necessary for userspace to
6a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   call into the kernel available to libc.  It contains only constants,
7a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   structures, and macros generated from the original header, and thus,
8a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   contains no copyrightable information.
9a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
10a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   To edit the content of this header, modify the corresponding
11a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   source file (e.g. under external/kernel-headers/original/) then
12a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   run bionic/libc/kernel/tools/update_all.py
13a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
14a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   Any manual change here will be lost the next time this script will
15a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   be run. You've been warned!
16a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
17a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************
18a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************/
19655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#ifndef __ASM_GENERIC_SHMBUF_H
20655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define __ASM_GENERIC_SHMBUF_H
21655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#include <asm/bitsperlong.h>
22655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Chengstruct shmid64_ds {
23d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  struct ipc64_perm shm_perm;
24d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  size_t shm_segsz;
25d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_time_t shm_atime;
26655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#if __BITS_PER_LONG != 64
27d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  unsigned long __unused1;
28655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#endif
29d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_time_t shm_dtime;
30655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#if __BITS_PER_LONG != 64
31d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  unsigned long __unused2;
32655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#endif
33d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_time_t shm_ctime;
34655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#if __BITS_PER_LONG != 64
35d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  unsigned long __unused3;
36a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich#endif
37d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_pid_t shm_cpid;
38d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_pid_t shm_lpid;
39d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_ulong_t shm_nattch;
40d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_ulong_t __unused4;
41d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_ulong_t __unused5;
42655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng};
43655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Chengstruct shminfo64 {
44d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_ulong_t shmmax;
45d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_ulong_t shmmin;
46d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_ulong_t shmmni;
47d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_ulong_t shmseg;
48d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_ulong_t shmall;
49d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_ulong_t __unused1;
50d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_ulong_t __unused2;
51d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_ulong_t __unused3;
52d7db594b8d1dab36b711bd887a9dd21675c87243Tao Bao  __kernel_ulong_t __unused4;
53655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng};
54655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#endif
55