1*ac77b262SWarner Losh /*- 2*ac77b262SWarner Losh * Copyright (c) 2021 M. Warner Losh <imp@FreeBSD.org> 3*ac77b262SWarner Losh * 4*ac77b262SWarner Losh * SPDX-License-Identifier: BSD-2-Clause 5*ac77b262SWarner Losh */ 6*ac77b262SWarner Losh 7*ac77b262SWarner Losh /* Make sure this still passes if both endian.h and byteswap.h included */ 8*ac77b262SWarner Losh #include <endian.h> 9*ac77b262SWarner Losh #include "byteswap_test.c" 10