summaryrefslogtreecommitdiff
path: root/arch/sh/bits/ipc.h
blob: b748d3b742c0f167058a528584a13fdae9133248 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
struct ipc_perm
{
	key_t __ipc_perm_key;
	uid_t uid;
	gid_t gid;
	uid_t cuid;
	gid_t cgid;
	mode_t mode;
	int __ipc_perm_seq;
	long __pad1;
	long __pad2;
};

#define IPC_64 0x100