1 #ifndef __PPC_IPCBUF_H__
2 #define __PPC_IPCBUF_H__
5 * The ipc64_perm structure for PPC architecture.
6 * Note extra padding because this structure is passed back and forth
7 * between kernel and user space.
9 * Pad space is left for:
10 * - 1 32-bit value to fill up for 8-byte alignment
11 * - 2 miscellaneous 64-bit values (so that this structure matches
25 unsigned long long __unused1;
26 unsigned long long __unused2;
29 #endif /* __PPC_IPCBUF_H__ */