blob: 8ee8db1d34485072e630e6d98c160309874cfe59 [file] [log] [blame]
Cathal Corbett5aa9fd72022-02-25 15:33:28 +00001//
2// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
8enum class TargetEndianness
9{
10 BeWire,
11 LeWire
12};