summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/ports/darwin/include/byteswap.h
blob: 903a9198c56ed3c206b8f5a6343f0485c15da407 (plain)
1
2
3
4
5
6
7
8
9
10
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

#ifndef BYTESWAP_H_
#define BYTESWAP_H_

#include <libkern/OSByteOrder.h>
#define bswap_16 OSSwapInt16

#endif