xref: /aosp_15_r20/system/nfc/src/fuzzers/integration/nfc_task_helpers.h (revision 7eba2f3b06c51ae21384f6a4f14577b668a869b3)
1 #ifndef NFC_TASK_HELPERS_H_
2 #define NFC_TASK_HELPERS_H_
3 
4 bool nfc_process_nci_messages();
5 void nfc_process_nfa_messages();
6 void DoAllTasks(bool do_timers);
7 
8 #endif /* NFC_TASK_HELPERS_H_ */
9