msgbuf.h (ceb307474506f888e8f16dab183405ff01dffa08) msgbuf.h (9ef0e004181956e158fb7ceb9b43810a193f80cd)
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef __ASM_GENERIC_MSGBUF_H
3#define __ASM_GENERIC_MSGBUF_H
4
5#include <asm/bitsperlong.h>
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef __ASM_GENERIC_MSGBUF_H
3#define __ASM_GENERIC_MSGBUF_H
4
5#include <asm/bitsperlong.h>
6#include <asm/ipcbuf.h>
7
6/*
7 * generic msqid64_ds structure.
8 *
9 * Note extra padding because this structure is passed back and forth
10 * between kernel and user space.
11 *
12 * msqid64_ds was originally meant to be architecture specific, but
13 * everyone just ended up making identical copies without specific

--- 34 unchanged lines hidden ---
8/*
9 * generic msqid64_ds structure.
10 *
11 * Note extra padding because this structure is passed back and forth
12 * between kernel and user space.
13 *
14 * msqid64_ds was originally meant to be architecture specific, but
15 * everyone just ended up making identical copies without specific

--- 34 unchanged lines hidden ---