blob: b2500ef53a90f7ed746af2f8f99cb143b2c04eae [file] [log] [blame]
Nick Kralevicha67e4de2013-01-14 11:28:26 -08001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
Ben Cheng655a7c02013-10-16 16:09:24 -070019#ifndef __ASM_GENERIC_MSGBUF_H
20#define __ASM_GENERIC_MSGBUF_H
21#include <asm/bitsperlong.h>
22struct msqid64_ds {
Nick Kralevicha67e4de2013-01-14 11:28:26 -080023/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070024 struct ipc64_perm msg_perm;
25 __kernel_time_t msg_stime;
26#if __BITS_PER_LONG != 64
27 unsigned long __unused1;
Nick Kralevicha67e4de2013-01-14 11:28:26 -080028/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070029#endif
30 __kernel_time_t msg_rtime;
31#if __BITS_PER_LONG != 64
32 unsigned long __unused2;
Nick Kralevicha67e4de2013-01-14 11:28:26 -080033/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070034#endif
35 __kernel_time_t msg_ctime;
36#if __BITS_PER_LONG != 64
37 unsigned long __unused3;
Nick Kralevicha67e4de2013-01-14 11:28:26 -080038/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070039#endif
Christopher Ferris38062f92014-07-09 15:33:25 -070040 __kernel_ulong_t msg_cbytes;
41 __kernel_ulong_t msg_qnum;
42 __kernel_ulong_t msg_qbytes;
Nick Kralevicha67e4de2013-01-14 11:28:26 -080043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070044 __kernel_pid_t msg_lspid;
45 __kernel_pid_t msg_lrpid;
Christopher Ferris38062f92014-07-09 15:33:25 -070046 __kernel_ulong_t __unused4;
47 __kernel_ulong_t __unused5;
Nick Kralevicha67e4de2013-01-14 11:28:26 -080048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070049};
Nick Kralevicha67e4de2013-01-14 11:28:26 -080050#endif