aboutsummaryrefslogtreecommitdiff
path: root/profiling/common/include/TargetEndianess.hpp
blob: 8ee8db1d34485072e630e6d98c160309874cfe59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

enum class TargetEndianness
{
    BeWire,
    LeWire
};