Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
Macros
byteswap.h File Reference

Go to the source code of this file.

Macros

#define bswap_16(x)   __builtin_bswap16(x)
 
#define bswap_32(x)   __builtin_bswap32(x)
 
#define bswap_64(x)   __builtin_bswap64(x)