Commit | Line | Data |
---|---|---|
3f7f208a | 1 | /* |
9d16b343 | 2 | * Copyright (C) 2018 Francis Deslauriers <francis.deslauriers@efficios.com> |
3f7f208a | 3 | * |
9d16b343 | 4 | * SPDX-License-Identifier: LGPL-2.1-only |
3f7f208a | 5 | * |
3f7f208a FD |
6 | */ |
7 | ||
8 | #ifndef CALLSITES_H | |
9 | #define CALLSITES_H | |
4bd69c5f SM |
10 | |
11 | #include <lttng/lttng-export.h> | |
12 | ||
13 | LTTNG_EXPORT void call_tracepoint(void); | |
14 | ||
3f7f208a | 15 | #endif /* CALLSITES_H */ |