mirror of
https://github.com/hashcat/hashcat.git
synced 2025-08-02 20:08:26 +00:00
beautify ext_OpenCL.h
This commit is contained in:
parent
656ed048f0
commit
4604b53763
@ -34,6 +34,7 @@ typedef union
|
|||||||
{
|
{
|
||||||
struct { cl_uint type; cl_uint data[5]; } raw;
|
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;
|
struct { cl_uint type; cl_char unused[17]; cl_char bus; cl_char device; cl_char function; } pcie;
|
||||||
|
|
||||||
} cl_device_topology_amd;
|
} cl_device_topology_amd;
|
||||||
|
|
||||||
#define CL_PLATFORMS_MAX 16
|
#define CL_PLATFORMS_MAX 16
|
||||||
|
Loading…
Reference in New Issue
Block a user