From 871480933a1c28f8a9fed4c4d34d06c439a7a422 Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Sun, 11 Jan 2015 12:28:04 +0530 Subject: Moved, renamed, and deleted files The original directory structure was scattered and unorganized. Changes are basically to make it look like kernel structure. --- ANDROID_3.4.5/arch/parisc/include/asm/ipcbuf.h | 27 -------------------------- 1 file changed, 27 deletions(-) delete mode 100644 ANDROID_3.4.5/arch/parisc/include/asm/ipcbuf.h (limited to 'ANDROID_3.4.5/arch/parisc/include/asm/ipcbuf.h') diff --git a/ANDROID_3.4.5/arch/parisc/include/asm/ipcbuf.h b/ANDROID_3.4.5/arch/parisc/include/asm/ipcbuf.h deleted file mode 100644 index bd956c42..00000000 --- a/ANDROID_3.4.5/arch/parisc/include/asm/ipcbuf.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef __PARISC_IPCBUF_H__ -#define __PARISC_IPCBUF_H__ - -/* - * The ipc64_perm structure for PA-RISC is almost identical to - * kern_ipc_perm as we have always had 32-bit UIDs and GIDs in the kernel. - * 'seq' has been changed from long to int so that it's the same size - * on 64-bit kernels as on 32-bit ones. - */ - -struct ipc64_perm -{ - key_t key; - uid_t uid; - gid_t gid; - uid_t cuid; - gid_t cgid; - unsigned short int __pad1; - mode_t mode; - unsigned short int __pad2; - unsigned short int seq; - unsigned int __pad3; - unsigned long long int __unused1; - unsigned long long int __unused2; -}; - -#endif /* __PARISC_IPCBUF_H__ */ -- cgit