fixed hardware monitor for amd/nv (one problem that is still there since last commit...
[hashcat.git] / include / ext_smi.h
index 4afaa8a..5ca5abf 100644 (file)
@@ -11,8 +11,6 @@
 #define SMI_OK    0
 #define SMI_NOBIN 1
 
-typedef int HM_ADAPTER;
-
 int hc_nvidia_smi (int dev, int *temperature, int *gpu);
 
 #endif