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

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

#define rindex strrchr
#define open64 open

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

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