| extern "C" { | |
| /* These definitions should only be used by consumers of the Device Array API. | |
| * Consumers access the API through the opaque pointer stored in | |
| * _devicearray._DEVICEARRAY_API. We don't want these definitions in | |
| * _devicearray.cpp itself because they would conflict with the actual | |
| * implementations there. | |
| */ | |
| extern void **DeviceArray_API; | |
| } | |