mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
10 lines
136 B
C
10 lines
136 B
C
#ifndef OF0_H
|
|
#define OF0_H
|
|
|
|
#include "rpl/rpl_structs.h"
|
|
#include "rpl/rpl_config.h"
|
|
|
|
rpl_of_t *rpl_get_of0(void);
|
|
|
|
#endif /* OF0_H */
|