]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/sh/include/asm/unaligned.h
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
[mirror_ubuntu-bionic-kernel.git] / arch / sh / include / asm / unaligned.h
CommitLineData
6510d419
HH
1#ifndef _ASM_SH_UNALIGNED_H
2#define _ASM_SH_UNALIGNED_H
1da177e4 3
95b781c2
PM
4#ifdef CONFIG_CPU_SH4A
5/* SH-4A can handle unaligned loads in a relatively neutered fashion. */
6#include <asm/unaligned-sh4a.h>
7#else
8/* Otherwise, SH can't handle unaligned accesses. */
508fb698 9#include <asm-generic/unaligned.h>
95b781c2 10#endif
1da177e4 11
6510d419 12#endif /* _ASM_SH_UNALIGNED_H */