#ifndef __ASM_SH_IPCBUF_H__#define __ASM_SH_IPCBUF_H__/* * The ipc64_perm structure for i386 architecture. * Note extra padding because this structure is passed back and forth * between kernel and user space. * * Pad space is left for: * - 32-bit mode_t and seq * - 2 miscellaneous 32-bit values */structipc64_perm{__kernel_key_tkey;__kernel_uid32_tuid;__kernel_gid32_tgid;__kernel_uid32_tcuid;__kernel_gid32_tcgid;__kernel_mode_tmode;unsignedshort__pad1;unsignedshortseq;unsignedshort__pad2;unsignedlong__unused1;unsignedlong__unused2;};#endif /* __ASM_SH_IPCBUF_H__ */