]> git.karo-electronics.de Git - karo-tx-linux.git/commit
metag: Various other headers
authorJames Hogan <james.hogan@imgtec.com>
Fri, 5 Oct 2012 15:22:14 +0000 (16:22 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Fri, 8 Feb 2013 09:53:07 +0000 (09:53 +0000)
commit1fd34d9b20e837a5b85469099f42a590d85522ed
treefd8c1905478439645d7616c9c62e3b412c526093
parent6f84916ea847b0a2961222c8ba286027241f4313
metag: Various other headers

Add the remaining metag header files:
 - byteorder.h, swab.h (byte order and swapping)
 - barrier.h, cpu.h. hwthread.h, processor.h (hardware thread related)
 - bug.h, elf.h, gpio.h, linkage.h, resource.h (other)

Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/metag/include/asm/barrier.h [new file with mode: 0644]
arch/metag/include/asm/bug.h [new file with mode: 0644]
arch/metag/include/asm/cpu.h [new file with mode: 0644]
arch/metag/include/asm/elf.h [new file with mode: 0644]
arch/metag/include/asm/gpio.h [new file with mode: 0644]
arch/metag/include/asm/hwthread.h [new file with mode: 0644]
arch/metag/include/asm/linkage.h [new file with mode: 0644]
arch/metag/include/asm/processor.h [new file with mode: 0644]
arch/metag/include/uapi/asm/byteorder.h [new file with mode: 0644]
arch/metag/include/uapi/asm/resource.h [new file with mode: 0644]
arch/metag/include/uapi/asm/swab.h [new file with mode: 0644]