blob: ed237b9c48b4a834c4a682d6667c17e4940f6881 [file] [log] [blame]
Elliott Hughes462e90c2018-08-21 16:10:48 -07001#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
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080010#include <sys/endian.h>