]> Git Repo - linux.git/blob - tools/testing/selftests/nolibc/nolibc-test-linkage.h
Linux 6.14-rc3
[linux.git] / tools / testing / selftests / nolibc / nolibc-test-linkage.h
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 */
This page took 0.032248 seconds and 4 git commands to generate.