mirror of
https://github.com/hashcat/hashcat
synced 2025-03-12 00:14:28 +01:00
12 lines
162 B
C
12 lines
162 B
C
/**
|
|
* Author......: See docs/credits.txt
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#ifndef _POWERTUNE_H
|
|
#define _POWERTUNE_H
|
|
|
|
#define POWERTUNE_ENABLE 0
|
|
|
|
#endif // _POWERTUNE_H
|