xref: /freebsd/sys/compat/linuxkpi/common/include/linux/unaligned.h (revision 849e5b0b6167d7c819f6998fa3e67122af81d794)
1*849e5b0bSJean-Sébastien Pédron /*
2*849e5b0bSJean-Sébastien Pédron  * SPDX-License-Identifier: BSD-2-Clause
3*849e5b0bSJean-Sébastien Pédron  *
4*849e5b0bSJean-Sébastien Pédron  * Copyright (c) 2026 The FreeBSD Foundation
5*849e5b0bSJean-Sébastien Pédron  */
6*849e5b0bSJean-Sébastien Pédron 
7*849e5b0bSJean-Sébastien Pédron #ifndef	_LINUXKPI_LINUX_UNALIGNED_H
8*849e5b0bSJean-Sébastien Pédron #define	_LINUXKPI_LINUX_UNALIGNED_H
9*849e5b0bSJean-Sébastien Pédron 
10*849e5b0bSJean-Sébastien Pédron #include <asm/unaligned.h>
11*849e5b0bSJean-Sébastien Pédron 
12*849e5b0bSJean-Sébastien Pédron #endif	/* _LINUXKPI_LINUX_UNALIGNED_H */
13