18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _ASM_SPARC_UNALIGNED_H 38c2ecf20Sopenharmony_ci#define _ASM_SPARC_UNALIGNED_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#include <linux/unaligned/be_struct.h> 68c2ecf20Sopenharmony_ci#include <linux/unaligned/le_byteshift.h> 78c2ecf20Sopenharmony_ci#include <linux/unaligned/generic.h> 88c2ecf20Sopenharmony_ci#define get_unaligned __get_unaligned_be 98c2ecf20Sopenharmony_ci#define put_unaligned __put_unaligned_be 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#endif /* _ASM_SPARC_UNALIGNED_H */ 12