]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/net/lwip_tcpip/v2_0/include/arch/sys_arch.h
c9e489d2e7994416d2d090b5b14cc6bad6365bb0
[karo-tx-redboot.git] / packages / net / lwip_tcpip / v2_0 / include / arch / sys_arch.h
1 #ifndef __SYS_ECOS_H__
2 #define __SYS_ECOS_H__
3
4 #include <cyg/kernel/kapi.h>
5
6 #define SYS_MBOX_NULL (sys_mbox_t)NULL 
7 #define SYS_SEM_NULL  (sys_sem_t)NULL
8
9 typedef cyg_sem_t * sys_sem_t;
10 typedef cyg_handle_t sys_mbox_t;
11 typedef cyg_thread * sys_thread_t;
12 #endif /* __SYS_ECOS_H__ */
13