linux/include/vdso/unaligned.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __VDSO_UNALIGNED_H
#define __VDSO_UNALIGNED_H

#define __get_unaligned_t(type, ptr)

#define __put_unaligned_t(type, val, ptr)

#endif /* __VDSO_UNALIGNED_H */