aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/signal.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-06-11asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann1-1/+1
The existing asm-generic versions are incomplete and included by some architectures. New architectures should be able to use a generic version, so rename the existing files and change all users, which lets us add the new files. Signed-off-by: Remis Lima Baima <remis.developer@googlemail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2008-08-02[ARM] move include/asm-arm to arch/arm/include/asmRussell King1-0/+164
Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/plat* alone. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>