/* * Copyright (C) 2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once namespace NEO { // Method called by global factory enabler template void populateFactoryTable(); } // namespace NEO