]> Git Repo - linux.git/blob - include/linux/uidgid_types.h
svcrdma: Add Write chunk WRs to the RPC's Send WR chain
[linux.git] / include / linux / uidgid_types.h
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 */
This page took 0.036757 seconds and 4 git commands to generate.