https://github.com/torvalds/linux
Raw File
Tip revision: 5666c0947ede0432ba5148570aa66ffb9febff5b authored by Linus Torvalds on 01 December 2005, 06:25:15 UTC
Linux v2.6.15-rc4
Tip revision: 5666c09
unaligned.h
#ifndef __ASM_SH_UNALIGNED_H
#define __ASM_SH_UNALIGNED_H

/* SH can't handle unaligned accesses. */
#include <asm-generic/unaligned.h>

#endif /* __ASM_SH_UNALIGNED_H */
back to top