From e09fc820968ee4de20df60e371088582a710bad0 Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Wed, 29 Apr 2020 13:17:30 +0100 Subject: IVGCVSW-4730 Remove the duplication of PIPE_MAGIC in the code base Change-Id: I41c6e917b29eee33360758b6c5afe5dadba89093 Signed-off-by: Finn Williams --- profiling/common/include/Constants.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 profiling/common/include/Constants.hpp (limited to 'profiling/common/include/Constants.hpp') 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 -- cgit v1.2.1