summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/stubs/include/sys/atomics.h
blob: 975f4f7d9f806ef53a06a7bdb5f4e610d6cc87c9 (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 ATOMICS_H_
#define ATOMICS_H_

#define __atomic_dec android_atomic_dec
#define __atomic_inc android_atomic_inc

#endif