mirror of
https://github.com/oasislinux/oasis.git
synced 2026-06-21 15:37:15 +02:00
4 lines
100 B
C
4 lines
100 B
C
#ifndef __bswap_constant_16
|
|
#define __bswap_constant_16(x) (((x)<<8&0xff00) | ((x)>>8&0xff))
|
|
#endif
|