13 lines
166 B
C
13 lines
166 B
C
![]() |
/*
|
||
|
* Copyright (C) 2019 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
namespace OCLRT {
|
||
|
struct DevicesBitfield {
|
||
|
};
|
||
|
} // namespace OCLRT
|