1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/routing/rpl/of0.h

10 lines
136 B
C
Raw Normal View History

2014-08-06 13:48:18 +02:00
#ifndef OF0_H
#define OF0_H
#include "rpl/rpl_structs.h"
#include "rpl/rpl_config.h"
2012-01-19 17:35:50 +01:00
rpl_of_t *rpl_get_of0(void);
2014-08-06 13:48:18 +02:00
#endif /* OF0_H */