1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-28 01:18:35 +00:00

beautify ext_OpenCL.h

This commit is contained in:
Gabriele Gristina 2022-01-03 02:41:12 +01:00
parent 656ed048f0
commit 4604b53763

View File

@ -34,6 +34,7 @@ typedef union
{
struct { cl_uint type; cl_uint data[5]; } raw;
struct { cl_uint type; cl_char unused[17]; cl_char bus; cl_char device; cl_char function; } pcie;
} cl_device_topology_amd;
#define CL_PLATFORMS_MAX 16