48 #ifndef __SICSLOWMAC_H__
49 #define __SICSLOWMAC_H__
75 extern const struct mac_driver sicslowmac_driver;
83 void mac_task(process_event_t ev, process_data_t data);
84 uint8_t nwk_dataIndication(
void);
88 void sicslowmac_dataIndication(
void);
91 void byte_reverse(uint8_t * bytes, uint8_t num);
92 struct mac_driver * sicslowmac_get_driver(
void);
93 parsed_frame_t * sicslowmac_get_frame(
void);