summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/ipcbuf.h
blob: 98c75e646564d25f40eba59aa32b8a80eae6e190 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __PPC_IPCBUF_H__
#define __PPC_IPCBUF_H__

/*
 * The ipc64_perm structure for the PPC is identical to kern_ipc_perm
 * as we have always had 32-bit UIDs and GIDs in the kernel.
 */

#define ipc64_perm	kern_ipc_perm

#endif /* __PPC_IPCBUF_H__ */