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

/*
 * The ipc64_perm structure for PA-RISC 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 /* __PARISC_IPCBUF_H__ */