15 lines
245 B
C++
15 lines
245 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2021 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "shared/source/gmm_helper/resource_info.h"
|
||
|
|
||
|
namespace NEO {
|
||
|
|
||
|
uint64_t GmmResourceInfo::getDriverProtectionBits() {
|
||
|
return 0u;
|
||
|
}
|
||
|
} // namespace NEO
|