aboutsummaryrefslogtreecommitdiff
path: root/android/aconfig.h
blob: 862f666822134dd77edfa7ce2326afcbec7c978b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#define DATADIR "/system/usr/share/alsa"

#define rindex strrchr
#define open64 open

typedef int off64_t;

#undef __swab16
#define __swab16(x)  __arch__swab16((x))

#undef __swab32
#define __swab32(x)  __arch__swab32((x))