#include <string.h>
#include <sys/time.h>
#include <util/printf-stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#define LWIP_PLATFORM_ASSERT |
( |
|
x | ) |
|
Value:do {printk("Assertion \"%s\" failed at line %d in %s\n", \
x, __LINE__, __FILE__); fflush(
NULL); abort();}
while(0)
#define NULL
Definition: lwip-1.4.1/src/include/lwip/def.h:47
#define LWIP_PLATFORM_DIAG |
( |
|
x | ) |
do {printk x;} while(0) |
#define PACK_STRUCT_BEGIN |
#define PACK_STRUCT_FIELD |
( |
|
x | ) |
x |
#define PACK_STRUCT_STRUCT __attribute__((packed)) |
typedef signed short s16_t |
typedef signed long s32_t |
typedef unsigned short u16_t |
typedef unsigned long u32_t |
typedef unsigned char u8_t |