UbixOS V2  2.0
init.h
Go to the documentation of this file.
1 #ifndef __ARCH_INIT_H__
2 #define __ARCH_INIT_H__
3 
4 #define TCPIP_INIT_DONE(arg) sys_sem_signal(*(sys_sem_t *)arg)
5 
6 #endif