Porting mros2 as an Mbed library.

Dependents:   mbed-os-example-mros2 example-mbed-mros2-sub-pose example-mbed-mros2-pub-twist example-mbed-mros2-mturtle-teleop

embeddedRTPS/include/rtps/ethernetif_init.h

Committer:
smoritaemb
Date:
2022-03-19
Revision:
7:c80f65422d99
Parent:
0:580aba13d1a1

File content as of revision 7:c80f65422d99:

#ifdef _RTPS_CALLBACK_H_
#define _RTPS_CALLBACK_H_

#ifdef __cplusplus
 extern "C" {
#endif

#include "lwip.h"

extern err_t rtps_ethernetif_init(struct netif *netif);

#ifdef __cplusplus
}
#endif

#endif /* _RTPS_CALLBACK_H_ */