/* * Copyright (C) 2022 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include namespace NEO { inline const std::vector tgllpDeviceIds{ 0xFF20, 0x9A49, 0x9A40, 0x9A59, 0x9A60, 0x9A68, 0x9A70, 0x9A78}; } // namespace NEO