aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/Kbuild
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2009-05-13 22:56:26 +0000
committerArnd Bergmann <arnd@klappe2.(none)>2009-06-11 21:02:15 +0200
commit2864d32be31a20a4617e37a857dd9915a57e2efb (patch)
treef1ed8d5c0bad71fac98b5d255d6f6c9eca0e79f4 /include/asm-generic/Kbuild
parentasm-generic: introduce asm/bitsperlong.h (diff)
downloadlinux-dev-2864d32be31a20a4617e37a857dd9915a57e2efb.tar.xz
linux-dev-2864d32be31a20a4617e37a857dd9915a57e2efb.zip
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>
Diffstat (limited to '')
-rw-r--r--include/asm-generic/Kbuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild
index cbb437875f5c..fd7a9c49df4e 100644
--- a/include/asm-generic/Kbuild
+++ b/include/asm-generic/Kbuild
@@ -3,8 +3,13 @@ header-y += errno-base.h
header-y += errno.h
header-y += fcntl.h
header-y += ioctl.h
+header-y += ipcbuf.h
header-y += mman-common.h
+header-y += msgbuf.h
header-y += poll.h
+header-y += sembuf.h
+header-y += shmbuf.h
+header-y += shmparam.h
header-y += signal-defs.h
header-y += statfs.h