1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/sixlowpan/sixlowmac.h

15 lines
230 B
C
Raw Normal View History

/* 6LoWPAN MAC header file */
2010-10-17 16:04:03 +02:00
#ifndef SIXLOWMAC_H
#define SIXLOWMAC_H
#include <stdio.h>
#include <stdint.h>
#include "sixlowip.h"
2010-10-17 16:04:03 +02:00
uint16_t get_radio_address(ieee_802154_long_t *lla);
2010-10-17 16:04:03 +02:00
void send(void);
2010-10-17 16:04:03 +02:00
#endif /* SIXLOWMAC_H*/