compute-runtime/unit_tests/sharings/unified/unified_sharing_mocks.h

20 lines
316 B
C
Raw Normal View History

/*
* Copyright (C) 2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "runtime/sharings/unified/unified_buffer.h"
namespace NEO {
struct MockUnifiedBuffer : UnifiedBuffer {
using UnifiedBuffer::acquireCount;
using UnifiedBuffer::UnifiedBuffer;
};
} // namespace NEO