• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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