mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-03 12:21:07 +00:00
14 lines
173 B
C
14 lines
173 B
C
/**
|
|
* Author......: Jens Steube <jens.steube@gmail.com>
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#ifndef EXT_SMI_H
|
|
#define EXT_SMI_H
|
|
|
|
#include <common.h>
|
|
|
|
typedef int HM_ADAPTER;
|
|
|
|
#endif
|