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
/
uidgid_types.h
blob
b35ac4955a3348a5cb262d409652613156448395
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _LINUX_UIDGID_TYPES_H
3
#define _LINUX_UIDGID_TYPES_H
4
5
#include <linux/types.h>
6
7
typedef
struct
{
8
uid_t val
;
9
}
kuid_t
;
10
11
typedef
struct
{
12
gid_t val
;
13
}
kgid_t
;
14
15
#endif
/* _LINUX_UIDGID_TYPES_H */