8 lines
143 B
C
8 lines
143 B
C
#ifndef LWIP_ARCH_SYS_ARCH_H
|
|
#define LWIP_ARCH_SYS_ARCH_H
|
|
|
|
#include <stdint.h>
|
|
|
|
typedef uint32_t sys_prot_t;
|
|
|
|
#endif /* LWIP_ARCH_SYS_ARCH_H */ |