]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/sparc/include/asm/unaligned.h
Blackfin: Remove
[people/ms/u-boot.git] / arch / sparc / include / asm / unaligned.h
CommitLineData
997faf2e
MS
1#ifndef _ASM_SPARC_UNALIGNED_H
2#define _ASM_SPARC_UNALIGNED_H
3
4/*
5 * The SPARC can not do unaligned accesses, it must be split into multiple
6 * byte accesses. The SPARC is in big endian mode.
7 */
8#include <asm-generic/unaligned.h>
9
10#endif /* _ASM_SPARC_UNALIGNED_H */