asm-generic: add generic sysv ipc headers
authorArnd Bergmann <arnd@arndb.de>
Wed, 13 May 2009 22:56:26 +0000 (22:56 +0000)
committerArnd Bergmann <arnd@klappe2.(none)>
Thu, 11 Jun 2009 19:02:15 +0000 (21:02 +0200)
commit2864d32be31a20a4617e37a857dd9915a57e2efb
treef1ed8d5c0bad71fac98b5d255d6f6c9eca0e79f4
parentc31ae4bb4a9fa4606a74c0a4fb61b74f804e861e
asm-generic: add generic sysv ipc headers

The ipc64 data structures were originally meant to
be architecture specific so that each architecture
could add their own optimizations for padding.

In the end, most of them just copied the x86 version,
and most got that wrong. UClibc expects the x86 anyway,
so we might just declare that the default and get
rid of the extra copies.

Signed-off-by: Remis Lima Baima <remis.developer@googlemail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/asm-generic/Kbuild
include/asm-generic/ipcbuf.h [new file with mode: 0644]
include/asm-generic/msgbuf.h [new file with mode: 0644]
include/asm-generic/sembuf.h [new file with mode: 0644]
include/asm-generic/shmbuf.h [new file with mode: 0644]
include/asm-generic/shmparam.h [new file with mode: 0644]