asm-generic/io.h: allow people to override individual funcs
authorMike Frysinger <vapier@gentoo.org>
Mon, 18 Oct 2010 07:09:39 +0000 (03:09 -0400)
committerArnd Bergmann <arnd@arndb.de>
Mon, 18 Oct 2010 07:20:46 +0000 (09:20 +0200)
For the Blackfin port, we can use much of the asm-generic/io.h header,
but we still need to declare some of our own versions of functions.
Like the __raw_read* and in/out "string" helpers.  So let people do
this easily for many of these funcs.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

No differences found