xref: /aosp_15_r20/system/nfc/src/fuzzers/ce/fuzz.h (revision 7eba2f3b06c51ae21384f6a4f14577b668a869b3)
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