OpenWSN Firmware
rinfo.h
Go to the documentation of this file.
1 #ifndef __RINFO_H
2 #define __RINFO_H
3 
11 #include "opencoap.h"
12 
13 //=========================== define ==========================================
14 
15 //=========================== typedef =========================================
16 
17 //=========================== variables =======================================
18 
19 typedef struct {
21 } rinfo_vars_t;
22 
23 //=========================== prototypes ======================================
24 
25 void rinfo_init(void);
26 
32 #endif
Definition: opencoap.h:128
coap_resource_desc_t desc
Definition: rinfo.h:20
void rinfo_init()
Initialize this module.
Definition: rinfo.c:40
Definition: rinfo.h:19