1 //
2 // Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6
7 namespace arm
8 {
9
10 namespace pipe
11 {
12 static const unsigned int PIPE_MAGIC = 0x45495434;
13 } // namespace pipe
14 } // namespace arm