Compiler/platform abstraction. More...
Compiler/platform abstraction.
Definition in file cc.h.
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include "irq.h"
#include "byteorder.h"
#include "mutex.h"
Go to the source code of this file.
Macros | |
#define | BYTE_ORDER (LITTLE_ENDIAN) |
platform's endianness | |
Compiler hints for packing structures | |
#define | PACK_STRUCT_FIELD(x) x |
#define | PACK_STRUCT_STRUCT __attribute__((packed)) |
#define | PACK_STRUCT_BEGIN |
#define | PACK_STRUCT_END |
Platform specific diagnostic output | |
#define | LWIP_PLATFORM_DIAG(x) printf x |
#define | LWIP_PLATFORM_ASSERT(x) |