74 extern const struct mac_driver sicslowmac_driver;
 
   82 void mac_task(process_event_t ev, process_data_t data);
 
   83 uint8_t nwk_dataIndication(
void);
 
   87 void sicslowmac_dataIndication(
void);
 
   90 void byte_reverse(uint8_t * bytes, uint8_t num);
 
   91 struct mac_driver * sicslowmac_get_driver(
void);
 
   92 parsed_frame_t * sicslowmac_get_frame(
void);