1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/sixlowpan/sixlowmac.h
2010-11-30 10:21:29 +01:00

18 lines
294 B
C

/* 6LoWPAN MAC header file */
#ifndef SIXLOWMAC_H
#define SIXLOWMAC_H
#include <stdio.h>
#include <stdint.h>
#include "sixlowip.h"
#include "radio/radio.h"
//extern const radio_t *radio_driver;
uint16_t get_radio_address(ieee_802154_long_t *lla);
void send(void);
#endif /* SIXLOWMAC_H*/