Files
compute-runtime/runtime/memory_manager/definitions/storage_info.h

15 lines
213 B
C
Raw Normal View History

/*
* Copyright (C) 2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
namespace NEO {
struct StorageInfo {
uint32_t getNumHandles() const;
};
} // namespace NEO