Sign in
linux
/
linux
/
kernel
/
git
/
will
/
linux
/
bc6f707fc0feec72acc2f49c312eb31d257363a3
/
.
/
include
/
linux
/
sem_types.h
blob: 73df1971a7ae19816fe86f6ae594f9256c438fd5 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_LINUX_SEM_TYPES_H
#define
_LINUX_SEM_TYPES_H
struct
sem_undo_list
;
struct
sysv_sem
{
#ifdef
CONFIG_SYSVIPC
struct
sem_undo_list
*
undo_list
;
#endif
};
#endif
/* _LINUX_SEM_TYPES_H */