API Reference Manual  1.46.0
visibility_end.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2016-2018 Linaro Limited
3  */
4 
5 /*
6  * @file
7  *
8  * Linker visibility directives
9  */
10 
11 #if __GNUC__ >= 4
12 #pragma GCC visibility pop
13 #endif