Initial commit
[hashcat.git] / include / ext_dummy.h
1 /**
2 * Author......: Jens Steube <jens.steube@gmail.com>
3 * License.....: MIT
4 */
5
6 #ifndef EXT_SMI_H
7 #define EXT_SMI_H
8
9 #include <common.h>
10
11 typedef int HM_ADAPTER;
12
13 #endif