aboutsummaryrefslogtreecommitdiff
path: root/profiling/common/include/Constants.hpp
diff options
context:
space:
mode:
authorFinn Williams <Finn.Williams@arm.com>2020-04-29 13:17:30 +0100
committerfinn.williams <finn.williams@arm.com>2020-05-07 13:56:43 +0000
commite09fc820968ee4de20df60e371088582a710bad0 (patch)
tree17047a89e67ff0265a801d79add45c263cab1259 /profiling/common/include/Constants.hpp
parentec99f2907ceecf8045d1cf392a51e57d9fb6bb60 (diff)
downloadarmnn-e09fc820968ee4de20df60e371088582a710bad0.tar.gz
IVGCVSW-4730 Remove the duplication of PIPE_MAGIC in the code base
Change-Id: I41c6e917b29eee33360758b6c5afe5dadba89093 Signed-off-by: Finn Williams <Finn.Williams@arm.com>
Diffstat (limited to 'profiling/common/include/Constants.hpp')
-rw-r--r--profiling/common/include/Constants.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/profiling/common/include/Constants.hpp b/profiling/common/include/Constants.hpp
new file mode 100644
index 0000000000..52e0e487a8
--- /dev/null
+++ b/profiling/common/include/Constants.hpp
@@ -0,0 +1,10 @@
+//
+// Copyright © 2020 Arm Ltd. All rights reserved.
+// SPDX-License-Identifier: MIT
+//
+#pragma once
+
+namespace armnnProfiling
+{
+ static const unsigned int PIPE_MAGIC = 0x45495434;
+} \ No newline at end of file