Linux Audio

Check our new training course

Loading...
Note: File does not exist in v6.2.
1/* SPDX-License-Identifier: GPL-2.0 */
2
3#ifndef _NOLIBC_TEST_LINKAGE_H
4#define _NOLIBC_TEST_LINKAGE_H
5
6void *linkage_test_errno_addr(void);
7extern int linkage_test_constructor_test_value;
8
9#endif /* _NOLIBC_TEST_LINKAGE_H */