mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
9 lines
122 B
C
9 lines
122 B
C
#ifndef SIXLOWMAC_H
|
|
#define SIXLOWMAC_H
|
|
|
|
#include "transceiver.h"
|
|
|
|
void sixlowpan_init(transceiver_type_t trans);
|
|
|
|
#endif
|