summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/ports/win32/include/byteswap.h
blob: aabc697263467551acdcbf37c87feee6e736b889 (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 <stdlib.h>
#define bswap_16 _byteswap_ushort

#endif