aboutsummaryrefslogtreecommitdiff
path: root/src/armnnUtils/Processes.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnUtils/Processes.hpp')
-rw-r--r--src/armnnUtils/Processes.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/armnnUtils/Processes.hpp b/src/armnnUtils/Processes.hpp
new file mode 100644
index 0000000000..0f1d955bb1
--- /dev/null
+++ b/src/armnnUtils/Processes.hpp
@@ -0,0 +1,16 @@
+//
+// Copyright © 2020 Arm Ltd. All rights reserved.
+// SPDX-License-Identifier: MIT
+//
+
+#pragma once
+
+namespace armnnUtils
+{
+namespace Processes
+{
+
+int GetCurrentId();
+
+}
+}