sh: Convert ipc/shm bits to their asm-generic versions.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2009-06-14 23:20:27 +09:00
parent 4b1239559e
commit 6f2ea72975
4 changed files with 4 additions and 127 deletions

View File

@@ -1,29 +1 @@
#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
*/
struct ipc64_perm
{
__kernel_key_t key;
__kernel_uid32_t uid;
__kernel_gid32_t gid;
__kernel_uid32_t cuid;
__kernel_gid32_t cgid;
__kernel_mode_t mode;
unsigned short __pad1;
unsigned short seq;
unsigned short __pad2;
unsigned long __unused1;
unsigned long __unused2;
};
#endif /* __ASM_SH_IPCBUF_H__ */
#include <asm-generic/ipcbuf.h>