1 #ifndef __SPARC_IPCBUF_H
2 #define __SPARC_IPCBUF_H
5 * The ipc64_perm structure for sparc/sparc64 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:
11 * - on sparc for 32 bit mode (it is 32 bit on sparc64)
12 * - 2 miscellaneous 64-bit values
23 unsigned short __pad0;
26 unsigned short __pad1;
28 unsigned long long __unused1;
29 unsigned long long __unused2;
32 #endif /* __SPARC_IPCBUF_H */