1 // 2 // Copyright © 2022 Arm Ltd and Contributors. All rights reserved. 3 // SPDX-License-Identifier: MIT 4 // 5 6 #pragma once 7 8 enum class TargetEndianness 9 { 10 BeWire, 11 LeWire 12 };