mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-29 06:47:21 +01:00
10 lines
230 B
C
10 lines
230 B
C
|
/*-
|
||
|
* Copyright (c) 2021 M. Warner Losh <imp@FreeBSD.org>
|
||
|
*
|
||
|
* SPDX-License-Identifier: BSD-2-Clause
|
||
|
*/
|
||
|
|
||
|
/* Make sure this still passes if both endian.h and byteswap.h included */
|
||
|
#include <endian.h>
|
||
|
#include "byteswap_test.c"
|