fix breakage from introducing bits header for sys/io.h
authorRich Felker <dalias@aerifal.cx>
Mon, 19 Nov 2012 00:58:15 +0000 (19:58 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 19 Nov 2012 00:58:15 +0000 (19:58 -0500)
commit0004ea613ac310daaee30c167112d796db33fa70
tree675ab38b730d016465ece9c704af061277790b78
parent61aa6324af982b635f8c392640a4e8e450c4c6b4
fix breakage from introducing bits header for sys/io.h

apparently some other archs have sys/io.h and should not break just
because they don't have the x86 port io functions. provide a blank
bits/io.h everywhere for now.
arch/arm/bits/io.h [new file with mode: 0644]
arch/i386/bits/io.h
arch/microblaze/bits/io.h [new file with mode: 0644]
arch/mips/bits/io.h [new file with mode: 0644]
arch/powerpc/bits/io.h [new file with mode: 0644]
arch/x86_64/bits/io.h
include/sys/io.h