31 #ifndef CC2420_ARCH_SFD_H
32 #define CC2420_ARCH_SFD_H
34 extern volatile uint8_t cc2420_arch_sfd_counter;
35 extern volatile uint16_t cc2420_arch_sfd_start_time;
36 extern volatile uint16_t cc2420_arch_sfd_end_time;
38 void cc2420_arch_sfd_init(
void);