xref: /linux/tools/testing/selftests/nolibc/nolibc-test-linkage.h (revision 0c82fd9609a1e4bf1db84b0fd56bc3b2773da179)
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