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

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

#if __GNUC__ >= 4
#pragma GCC visibility pop
#endif