]>
Joshua Wise's Git repositories - netwatch.git/blame_incremental - lwip/src/include/arch/sys_arch.h
... / ...
Commit | Line | Data |
| 1 | #ifndef _ARCH_SYS_ARCH_H |
| 2 | #define _ARCH_SYS_ARCH_H |
| 3 | |
| 4 | typedef void * sys_sem_t; |
| 5 | typedef void * sys_mbox_t; |
| 6 | typedef void * sys_thread_t; |
| 7 | |
| 8 | #endif |
This page took 0.02589 seconds and 4 git commands to generate.