• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_SH_MSGBUF_H
13 #define __ASM_SH_MSGBUF_H
14 
15 struct 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
33