1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/sixlowpan/sixlowpan.h
2010-12-13 11:14:41 +01:00

9 lines
122 B
C

#ifndef SIXLOWMAC_H
#define SIXLOWMAC_H
#include "transceiver.h"
void sixlowpan_init(transceiver_type_t trans);
#endif