OSDN Git Service

862f666822134dd77edfa7ce2326afcbec7c978b
[android-x86/external-alsa-utils.git] / android / aconfig.h
1
2 #define DATADIR "/system/usr/share/alsa"
3
4 #define rindex strrchr
5 #define open64 open
6
7 typedef int off64_t;
8
9 #undef __swab16
10 #define __swab16(x)  __arch__swab16((x))
11
12 #undef __swab32
13 #define __swab32(x)  __arch__swab32((x))
14