summaryrefslogtreecommitdiff
path: root/include/byteorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/byteorder.h')
-rw-r--r--include/byteorder.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/byteorder.h b/include/byteorder.h
deleted file mode 100644
index 8cfd810e54..0000000000
--- a/include/byteorder.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Copyright 2015 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef __EC_INCLUDE_BYTEORDER_H
-#define __EC_INCLUDE_BYTEORDER_H
-
-#include <endian.h>
-
-#endif /* __EC_INCLUDE_BYTEORDER_H */