15 lines
275 B
C++
15 lines
275 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2022 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "shared/source/aub/aub_center.h"
|
||
|
|
||
|
namespace NEO {
|
||
|
aub_stream::AubManager *createAubManager(const aub_stream::AubManagerOptions &options) {
|
||
|
return nullptr;
|
||
|
}
|
||
|
} // namespace NEO
|