Tests: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / unit / gcc-weak-hidden / libgcc-wh.h
CommitLineData
89a8858d
MJ
1// SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2//
3// SPDX-License-Identifier: LGPL-2.1-only
4b4a1337
MJ
4
5#ifndef _UST_TEST_WEAK_LIBGCC_H
6#define _UST_TEST_WEAK_LIBGCC_H
7
8void *testlibfct1_int(void);
9void *testlibfct1_ptr(void);
10void *testlibfct1_24_bytes(void);
11
12void *testlibfct2_int(void);
13void *testlibfct2_ptr(void);
14void *testlibfct2_24_bytes(void);
15
16#endif
This page took 0.025565 seconds and 4 git commands to generate.