blob: 103c5b0568dac15852ce4d30a3e198db8c94e7fb [file] [log] [blame]
Andy McFaddenac322da2010-05-19 22:33:28 -07001/*
Hans Boehmc5664892014-10-05 16:04:54 +00002 * Copyright (C) 2014 The Android Open Source Project
Andy McFaddenac322da2010-05-19 22:33:28 -07003 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
Hans Boehmc5664892014-10-05 16:04:54 +000017#ifndef ANDROID_CUTILS_ATOMIC_H
18#include <cutils/atomic.h>
Carl Shapirob60d9ce2011-04-11 20:00:42 -070019#endif