ReactOS 0.4.15-dev-7788-g1ad9096
arch.h File Reference
#include "arch/cc.h"
Include dependency graph for arch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LITTLE_ENDIAN   1234
 
#define BIG_ENDIAN   4321
 
#define SZT_F   U32_F
 
#define X8_F   "02x"
 
#define PACK_STRUCT_BEGIN
 
#define PACK_STRUCT_END
 
#define PACK_STRUCT_FIELD(x)   x
 
#define LWIP_UNUSED_ARG(x)   (void)x
 

Macro Definition Documentation

◆ BIG_ENDIAN

#define BIG_ENDIAN   4321

Definition at line 40 of file arch.h.

◆ LITTLE_ENDIAN

#define LITTLE_ENDIAN   1234

Definition at line 36 of file arch.h.

◆ LWIP_UNUSED_ARG

#define LWIP_UNUSED_ARG (   x)    (void)x

Definition at line 73 of file arch.h.

◆ PACK_STRUCT_BEGIN

#define PACK_STRUCT_BEGIN

Definition at line 60 of file arch.h.

◆ PACK_STRUCT_END

#define PACK_STRUCT_END

Definition at line 64 of file arch.h.

◆ PACK_STRUCT_FIELD

#define PACK_STRUCT_FIELD (   x)    x

Definition at line 68 of file arch.h.

◆ SZT_F

#define SZT_F   U32_F

Temporary: define format string for size_t if not defined in cc.h

Definition at line 47 of file arch.h.

◆ X8_F

#define X8_F   "02x"

Temporary upgrade helper: define format string for u8_t as hex if not defined in cc.h

Definition at line 52 of file arch.h.