Files
compute-runtime/shared/source/helpers/cpu_copy_helper.h

13 lines
233 B
C
Raw Normal View History

/*
* Copyright (C) 2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/os_interface/os_interface.h"
namespace NEO {
bool isSmallBarConfigPresent(const OSInterface *osIface);
} // namespace NEO