/* * Copyright (C) 2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include #include namespace NEO { struct HardwareInfo; extern std::unique_ptr defaultHwInfo; } // namespace NEO