mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-23 23:55:54 +00:00
14 lines
247 B
C++
14 lines
247 B
C++
|
//
|
||
|
// 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
|