mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00
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
|