1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/routing/rpl/of0.h
2014-11-08 20:09:55 +01:00

26 lines
445 B
C

/*
* Copyright (C) 2014 Oliver Hahm <oliver.hahm@inria.fr>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
#ifndef OF0_H
#define OF0_H
#include "rpl/rpl_structs.h"
#include "rpl/rpl_config.h"
#ifdef __cplusplus
extern "C" {
#endif
rpl_of_t *rpl_get_of0(void);
#ifdef __cplusplus
}
#endif
#endif /* OF0_H */