diff options
author | Paul Mundt | 2009-06-14 16:20:27 +0200 |
---|---|---|
committer | Paul Mundt | 2009-06-14 16:20:27 +0200 |
commit | 6f2ea729756e09aa02d5ceb395c2a67323948ab2 (patch) | |
tree | 1abc4cb2d99fae59982ace891a112d2b98e5a242 /arch/sh/include/asm/ipcbuf.h | |
parent | sh: Convert to asm-generic/termbits.h and termios.h. (diff) | |
download | kernel-qcow2-linux-6f2ea729756e09aa02d5ceb395c2a67323948ab2.tar.gz kernel-qcow2-linux-6f2ea729756e09aa02d5ceb395c2a67323948ab2.tar.xz kernel-qcow2-linux-6f2ea729756e09aa02d5ceb395c2a67323948ab2.zip |
sh: Convert ipc/shm bits to their asm-generic versions.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/ipcbuf.h')
-rw-r--r-- | arch/sh/include/asm/ipcbuf.h | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/arch/sh/include/asm/ipcbuf.h b/arch/sh/include/asm/ipcbuf.h index 5ffc9972a7ea..84c7e51cb6d0 100644 --- a/arch/sh/include/asm/ipcbuf.h +++ b/arch/sh/include/asm/ipcbuf.h @@ -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> |