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

9 lines
122 B
C
Raw Normal View History

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