Provide replacements for iowrite32be and ioread32be if needed
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Fri, 23 Nov 2007 09:28:21 +0000 (09:28 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Fri, 23 Nov 2007 09:28:21 +0000 (09:28 +0000)
commit9a8cf27ead5f9054809582484f825c6b4ed5b56a
tree8db8b9ef6e9c3dc79b49040089f38c6e113f2bc9
parent62ca1ef3abead404307771dbc354b181e844950f
Provide replacements for iowrite32be and ioread32be if needed

The architectures that don't set CONFIG_GENERIC_IOMAP are supposed to
provide replacements for functions in lib/iomap.c, but not all provide
iowrite32be() and ioread32be().

Only MIPS, PARISC and PowerPC implement iowrite32be and ioread32be as
functions, while SH and AVR32 provide macros.  Other architectures, in
particular ARM, provide no replacement at all.

This should fix ticket #1539.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2932 0192ed92-7a03-0410-a25b-9323aeb14dbd
ath_hal/ah_os.h