Files
ss/include/lib/rvl/OS/OSNet.h
T
lepelog 42880ec9ae init
2023-08-09 16:59:04 +02:00

14 lines
177 B
C

#ifndef RVL_SDK_OS_NET_H
#define RVL_SDK_OS_NET_H
#include <lib/rvl/types.h>
#ifdef __cplusplus
extern "C" {
#endif
void __OSInitNet(void);
#ifdef __cplusplus
}
#endif
#endif