aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/CompatibleTypes.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/CompatibleTypes.hpp')
-rw-r--r--src/armnn/CompatibleTypes.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/armnn/CompatibleTypes.hpp b/src/armnn/CompatibleTypes.hpp
new file mode 100644
index 0000000000..020761241f
--- /dev/null
+++ b/src/armnn/CompatibleTypes.hpp
@@ -0,0 +1,11 @@
+//
+// Copyright © 2021 Arm Ltd and Contributors. All rights reserved.
+// SPDX-License-Identifier: MIT
+//
+
+#pragma once
+
+#include <armnnUtils/CompatibleTypes.hpp>
+#pragma message("src/armnn/CompatibleTypes.hpp has been deprecated, it is due for removal in 22.08 release." \
+ " Please use public interface include/armnn/Utils/CompatibleTypes.hpp")
+