1 /*
2  * Copyright (C) 2020 Intel Corporation
3  *
4  * SPDX-License-Identifier: MIT
5  *
6  */
7 
8 #pragma once
9 
10 namespace NEO {
11 
12 // Method called by global factory enabler
13 template <typename Type>
14 void populateFactoryTable();
15 
16 } // namespace NEO
17