|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
lwIP system architecture stubs for miniOS NO_SYS=1 mode. More...
Go to the source code of this file.
Macros | |
| #define | SYS_MBOX_NULL NULL |
| #define | SYS_SEM_NULL NULL |
Typedefs | |
| typedef void * | sys_prot_t |
| typedef void * | sys_sem_t |
| typedef void * | sys_mbox_t |
| typedef void * | sys_thread_t |
lwIP system architecture stubs for miniOS NO_SYS=1 mode.
In NO_SYS mode lwIP does not use mailboxes, semaphores, or threads. This header provides the required typedefs as void* placeholders.
| #define SYS_MBOX_NULL NULL |
| #define SYS_SEM_NULL NULL |
| typedef void* sys_mbox_t |
| typedef void* sys_prot_t |
| typedef void* sys_sem_t |
| typedef void* sys_thread_t |