blob: 89704237db5624e3e46d66c84bde232c876105b7 [file] [log] [blame]
//
// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
namespace armnnUtils
{
namespace Processes
{
int GetCurrentId();
}
}