Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
include
tenok
byteswap.h
Go to the documentation of this file.
1
4
#ifndef _TENOK_BYTESWAP_H
5
#define _TENOK_BYTESWAP_H
6
7
#define bswap_16(x) __builtin_bswap16(x)
8
#define bswap_32(x) __builtin_bswap32(x)
9
#define bswap_64(x) __builtin_bswap64(x)
10
11
#endif
Generated by
1.9.1