• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef __FUZZ_H__
2 #define __FUZZ_H__
3 
4 #include "ce_int.h"
5 #include "fuzz_cmn.h"
6 
7 enum FuzzType_t {
8   Fuzz_Type3,
9   Fuzz_Type4,
10 
11   Fuzz_TypeMax
12 };
13 
14 extern tNFC_CONN_CBACK* rf_cback;
15 
16 extern void ce_init();
17 
18 #endif
19