msgbuf.h (ceb307474506f888e8f16dab183405ff01dffa08) | msgbuf.h (9ef0e004181956e158fb7ceb9b43810a193f80cd) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2#ifndef _ASM_POWERPC_MSGBUF_H 3#define _ASM_POWERPC_MSGBUF_H 4 | 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2#ifndef _ASM_POWERPC_MSGBUF_H 3#define _ASM_POWERPC_MSGBUF_H 4 |
5#include <asm/ipcbuf.h> 6 |
|
5/* 6 * The msqid64_ds structure for the PowerPC architecture. 7 * Note extra padding because this structure is passed back and forth 8 * between kernel and user space. 9 */ 10 11struct msqid64_ds { 12 struct ipc64_perm msg_perm; --- 22 unchanged lines hidden --- | 7/* 8 * The msqid64_ds structure for the PowerPC architecture. 9 * Note extra padding because this structure is passed back and forth 10 * between kernel and user space. 11 */ 12 13struct msqid64_ds { 14 struct ipc64_perm msg_perm; --- 22 unchanged lines hidden --- |