#ifndef __ASM_AVR32_IPCBUF_H#define __ASM_AVR32_IPCBUF_H/** The user_ipc_perm structure for AVR32 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_AVR32_IPCBUF_H */