17 lines
234 B
C
17 lines
234 B
C
![]() |
/*
|
||
|
* Copyright (C) 2020 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
namespace NEO {
|
||
|
|
||
|
// Method called by global factory enabler
|
||
|
template <typename Type>
|
||
|
void populateFactoryTable();
|
||
|
|
||
|
} // namespace NEO
|