30 #ifndef CC2420_ARCH_SFD_H
31 #define CC2420_ARCH_SFD_H
33 extern volatile uint8_t cc2420_arch_sfd_counter;
34 extern volatile uint16_t cc2420_arch_sfd_start_time;
35 extern volatile uint16_t cc2420_arch_sfd_end_time;
37 void cc2420_arch_sfd_init(
void);