libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
byteswap.h File Reference
#include <byteswap.h>

Go to the source code of this file.

Macros

#define BYTESWAP16(x)   x
 
#define BYTESWAP32(x)   x
 
#define BYTESWAP64(x)   x
 

Macro Definition Documentation

◆ BYTESWAP16

#define BYTESWAP16 (   x)    x

Definition at line 22 of file byteswap.h.

◆ BYTESWAP32

#define BYTESWAP32 (   x)    x

Definition at line 23 of file byteswap.h.

◆ BYTESWAP64

#define BYTESWAP64 (   x)    x

Definition at line 24 of file byteswap.h.