miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
sys_arch.h File Reference

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

Detailed Description

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.

Macro Definition Documentation

◆ SYS_MBOX_NULL

#define SYS_MBOX_NULL   NULL

◆ SYS_SEM_NULL

#define SYS_SEM_NULL   NULL

Typedef Documentation

◆ sys_mbox_t

typedef void* sys_mbox_t

◆ sys_prot_t

typedef void* sys_prot_t

◆ sys_sem_t

typedef void* sys_sem_t

◆ sys_thread_t

typedef void* sys_thread_t