Commit 330a9c1d authored by Haavard Skinnemoen's avatar Haavard Skinnemoen

[AVR32] pcmcia ioaddr_t should be 32 bits on AVR32

Define ioaddr_t as u_int on AVR32 just like on ARM and MIPS.
Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
parent 99fee6d7
......@@ -21,7 +21,7 @@
#include <sys/types.h>
#endif
#if defined(__arm__) || defined(__mips__)
#if defined(__arm__) || defined(__mips__) || defined(__avr32__)
/* This (ioaddr_t) is exposed to userspace & hence cannot be changed. */
typedef u_int ioaddr_t;
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment