commit | da6b003adc73011fd441a89c30d4f896667e24ba | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@igel.co.jp> | Mon Sep 10 12:08:42 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Sep 21 11:57:52 2007 +0900 |
tree | 8e31224884e3b01bb6d479329090f5e2e7758e0a | |
parent | 9d4c82625914c31fd21e341765d476784cc74f14 [diff] |
sh: add writesb(), readsb(), writesw() and readsw() to io.h This patch adds inline versions of writesb(), readsb(), writesw() and readsw() to include/asm-sh/io.h. Stolen from include/asm-avr32/io.h. These functions are needed to compile certain device drivers such as ax88796. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>