/* * Copyright (C) 2022 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once namespace NEO { struct HardwareInfo; template void populateIgcPlatform(IgcPlatformType &igcPlatform, const HardwareInfo &hwInfo); } // namespace NEO