sembuf.h (ceb307474506f888e8f16dab183405ff01dffa08) | sembuf.h (0fb9dc28679a627f84974165c8011e0630529ece) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2#ifndef __ASM_GENERIC_SEMBUF_H 3#define __ASM_GENERIC_SEMBUF_H 4 5#include <asm/bitsperlong.h> | 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2#ifndef __ASM_GENERIC_SEMBUF_H 3#define __ASM_GENERIC_SEMBUF_H 4 5#include <asm/bitsperlong.h> |
6#include <asm/ipcbuf.h> |
|
6 7/* 8 * The semid64_ds structure for x86 architecture. 9 * Note extra padding because this structure is passed back and forth 10 * between kernel and user space. 11 * 12 * semid64_ds was originally meant to be architecture specific, but 13 * everyone just ended up making identical copies without specific --- 31 unchanged lines hidden --- | 7 8/* 9 * The semid64_ds structure for x86 architecture. 10 * Note extra padding because this structure is passed back and forth 11 * between kernel and user space. 12 * 13 * semid64_ds was originally meant to be architecture specific, but 14 * everyone just ended up making identical copies without specific --- 31 unchanged lines hidden --- |