repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
printf: Remove unused 'bprintf'
[drm/drm-misc.git]
/
include
/
linux
/
sem_types.h
blob
73df1971a7ae19816fe86f6ae594f9256c438fd5
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _LINUX_SEM_TYPES_H
3
#define _LINUX_SEM_TYPES_H
4
5
struct
sem_undo_list
;
6
7
struct
sysv_sem
{
8
#ifdef CONFIG_SYSVIPC
9
struct
sem_undo_list
*
undo_list
;
10
#endif
11
};
12
13
#endif
/* _LINUX_SEM_TYPES_H */