1 #pragma once 2 3 /* 4 * @file endian.h 5 * @brief Historical alternative to `<sys/endian.h>`. 6 * 7 * New code should use `<sys/endian.h>` directly. 8 */ 9 10 #include <sys/endian.h> 11