aboutsummaryrefslogtreecommitdiff
path: root/profiling/common/include/Constants.hpp
blob: 01bfe795c2f092d62733407cefe578afc23878c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once

namespace arm
{

namespace pipe
{
    static const unsigned int PIPE_MAGIC = 0x45495434;
} // namespace pipe
} // namespace arm