1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-09 17:38:58 +00:00
hashcat/include/ext_smi.h

21 lines
288 B
C
Raw Normal View History

2015-12-04 14:47:52 +00:00
/**
* Author......: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef EXT_SMI_H
#define EXT_SMI_H
#ifdef HAVE_HWMON
2015-12-04 14:47:52 +00:00
#include <common.h>
#define SMI_OK 0
#define SMI_NOBIN 1
int hc_nvidia_smi (int dev, int *temperature, int *gpu);
#endif // HAVE_HWMON
2015-12-04 14:47:52 +00:00
#endif