aboutsummaryrefslogtreecommitdiff
path: root/include/odp/visibility_begin.h
blob: e335dab34fc5372040d607daee0acf9e0d4f51b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright (c) 2016-2018, Linaro Limited
 * All rights reserved.
 *
 * SPDX-License-Identifier:	BSD-3-Clause
 */

/*
 * @file
 *
 * Linker visibility directives
 */

#if __GNUC__ >= 4
#pragma GCC visibility push(default)
#endif