29 #ifndef CC2520_ARCH_SFD_H
30 #define CC2520_ARCH_SFD_H
32 extern volatile uint8_t cc2520_arch_sfd_counter;
33 extern volatile uint16_t cc2520_arch_sfd_start_time;
34 extern volatile uint16_t cc2520_arch_sfd_end_time;
36 void cc2520_arch_sfd_init(
void);