iPXE
Macros | Functions
endian.h File Reference
#include "bits/endian.h"

Go to the source code of this file.

Macros

#define __LITTLE_ENDIAN   0x44332211UL
 Constant representing little-endian byte order. More...
 
#define __BIG_ENDIAN   0x11223344UL
 Constant representing big-endian byte order. More...
 

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 

Macro Definition Documentation

◆ __LITTLE_ENDIAN

#define __LITTLE_ENDIAN   0x44332211UL

Constant representing little-endian byte order.

Little-endian systems should define BYTE_ORDER as LITTLE_ENDIAN. This constant is intended to be used only at compile time.

Definition at line 12 of file endian.h.

◆ __BIG_ENDIAN

#define __BIG_ENDIAN   0x11223344UL

Constant representing big-endian byte order.

Big-endian systems should define BYTE_ORDER as BIG_ENDIAN. This constant is intended to be used only at compile time.

Definition at line 21 of file endian.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )