aboutsummaryrefslogtreecommitdiff
path: root/profiling/common/include/Constants.hpp
diff options
context:
space:
mode:
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