#ifndef RVL_SDK_OS_NET_H #define RVL_SDK_OS_NET_H #include "common.h" #ifdef __cplusplus extern "C" { #endif void __OSInitNet(void); #ifdef __cplusplus } #endif #endif