xref: /linux/tools/testing/selftests/nolibc/nolibc-test-linkage.h (revision eb01fe7abbe2d0b38824d2a93fdb4cc3eaf2ccc1)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef _NOLIBC_TEST_LINKAGE_H
4 #define _NOLIBC_TEST_LINKAGE_H
5 
6 void *linkage_test_errno_addr(void);
7 extern int linkage_test_constructor_test_value;
8 
9 #endif /* _NOLIBC_TEST_LINKAGE_H */
10