zorro/UAPI: Use proper types (endianness/size) in <linux/zorro.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 4 Oct 2013 07:38:53 +0000 (09:38 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 26 Nov 2013 10:09:09 +0000 (11:09 +0100)
Fix member definitions for non-native userspace handling:
  - All multi-byte values are big-endian, hence use __be*,
  - All pointers are 32-bit pointers under AmigaOS, but unused (except for
    cd_BoardAddr) under Linux, hence use __be32.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

No differences found