1/****************************************************************************
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 ****************************************************************************
11 ****************************************************************************/
12#ifndef _ASM_X86_MSGBUF_H
13#define _ASM_X86_MSGBUF_H
14
15struct msqid64_ds {
16 struct ipc64_perm msg_perm;
17 __kernel_time_t msg_stime;
18#ifdef __i386__
19 unsigned long __unused1;
20#endif
21 __kernel_time_t msg_rtime;
22#ifdef __i386__
23 unsigned long __unused2;
24#endif
25 __kernel_time_t msg_ctime;
26#ifdef __i386__
27 unsigned long __unused3;
28#endif
29 unsigned long msg_cbytes;
30 unsigned long msg_qnum;
31 unsigned long msg_qbytes;
32 __kernel_pid_t msg_lspid;
33 __kernel_pid_t msg_lrpid;
34 unsigned long __unused4;
35 unsigned long __unused5;
36};
37
38#endif
39