blob: 84d614c7e8dd850f2a8097d2c0a1334684a73246 [file] [log] [blame]
The Android Open Source Projecta27d2ba2008-10-21 07:00:00 -07001/****************************************************************************
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 _ASMARM_MSGBUF_H
13#define _ASMARM_MSGBUF_H
14
15struct msqid64_ds {
16 struct ipc64_perm msg_perm;
17 __kernel_time_t msg_stime;
18 unsigned long __unused1;
19 __kernel_time_t msg_rtime;
20 unsigned long __unused2;
21 __kernel_time_t msg_ctime;
22 unsigned long __unused3;
23 unsigned long msg_cbytes;
24 unsigned long msg_qnum;
25 unsigned long msg_qbytes;
26 __kernel_pid_t msg_lspid;
27 __kernel_pid_t msg_lrpid;
28 unsigned long __unused4;
29 unsigned long __unused5;
30};
31
32#endif