sembuf.h (3eb66e91a25497065c5322b1268cbc3953642227) sembuf.h (0fb9dc28679a627f84974165c8011e0630529ece)
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2/*
3 * include/asm-xtensa/sembuf.h
4 *
5 * The semid64_ds structure for Xtensa architecture.
6 *
7 * This file is subject to the terms and conditions of the GNU General Public
8 * License. See the file "COPYING" in the main directory of this archive

--- 8 unchanged lines hidden (view full) ---

17 * - 2 miscellaneous 32-bit values
18 *
19 */
20
21#ifndef _XTENSA_SEMBUF_H
22#define _XTENSA_SEMBUF_H
23
24#include <asm/byteorder.h>
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2/*
3 * include/asm-xtensa/sembuf.h
4 *
5 * The semid64_ds structure for Xtensa architecture.
6 *
7 * This file is subject to the terms and conditions of the GNU General Public
8 * License. See the file "COPYING" in the main directory of this archive

--- 8 unchanged lines hidden (view full) ---

17 * - 2 miscellaneous 32-bit values
18 *
19 */
20
21#ifndef _XTENSA_SEMBUF_H
22#define _XTENSA_SEMBUF_H
23
24#include <asm/byteorder.h>
25#include <asm/ipcbuf.h>
25
26struct semid64_ds {
27 struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
28#ifdef __XTENSA_EL__
29 unsigned long sem_otime; /* last semop time */
30 unsigned long sem_otime_high;
31 unsigned long sem_ctime; /* last change time */
32 unsigned long sem_ctime_high;

--- 12 unchanged lines hidden ---
26
27struct semid64_ds {
28 struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
29#ifdef __XTENSA_EL__
30 unsigned long sem_otime; /* last semop time */
31 unsigned long sem_otime_high;
32 unsigned long sem_ctime; /* last change time */
33 unsigned long sem_ctime_high;

--- 12 unchanged lines hidden ---