af2b2a13f4d2941f01217b07d4ba667a8bc172a7
[lttng-ust.git] / tests / unit / gcc-weak-hidden / libgcc-wh.h
1 /*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 */
4
5 #ifndef _UST_TEST_WEAK_LIBGCC_H
6 #define _UST_TEST_WEAK_LIBGCC_H
7
8 void *testlibfct1_int(void);
9 void *testlibfct1_ptr(void);
10 void *testlibfct1_24_bytes(void);
11
12 void *testlibfct2_int(void);
13 void *testlibfct2_ptr(void);
14 void *testlibfct2_24_bytes(void);
15
16 #endif
This page took 0.030066 seconds and 3 git commands to generate.