]> Joshua Wise's Git repositories - netwatch.git/blame - lwip/src/include/arch/sys_arch.h
initial checkin of lwip, enough to build
[netwatch.git] / lwip / src / include / arch / sys_arch.h
CommitLineData
6e6d4a8b
JP
1#ifndef _ARCH_SYS_ARCH_H
2#define _ARCH_SYS_ARCH_H
3
4typedef void * sys_sem_t;
5typedef void * sys_mbox_t;
6typedef void * sys_thread_t;
7
8#endif
This page took 0.022091 seconds and 4 git commands to generate.