2019-01-10 22:36:57 +08:00
|
|
|
/*
|
2022-05-25 22:39:35 +08:00
|
|
|
* Copyright (C) 2019-2022 Intel Corporation
|
2019-01-10 22:36:57 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2022-05-25 22:39:35 +08:00
|
|
|
#include "shared/source/gen11/hw_cmds_base.h"
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/helpers/windows/gmm_callbacks.h"
|
|
|
|
#include "shared/source/helpers/windows/gmm_callbacks.inl"
|
2019-01-10 22:36:57 +08:00
|
|
|
|
2021-06-08 03:47:12 +08:00
|
|
|
namespace NEO {
|
2022-07-25 23:30:11 +08:00
|
|
|
template struct DeviceCallbacks<Gen11Family>;
|
|
|
|
template struct TTCallbacks<Gen11Family>;
|
2021-06-08 03:47:12 +08:00
|
|
|
} // namespace NEO
|