mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| gen-devlist.c | ||
| Kconfig | ||
| Makefile | ||
| names.c | ||
| proc.c | ||
| zorro-driver.c | ||
| zorro-sysfs.c | ||
| zorro.c | ||
| zorro.h | ||
| zorro.ids | ||