Move the getcpu plugin implementation to liblttn-ust-common
[lttng-ust.git] / src / lib / lttng-ust-common / getcpu.h
1 /*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 *
4 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 */
6
7 #ifndef _LTTNG_UST_COMMON_GETCPU_H
8 #define _LTTNG_UST_COMMON_GETCPU_H
9
10 /*
11 * Initialize the getcpu plugin if it's present.
12 */
13 void lttng_ust_getcpu_plugin_init(void)
14 __attribute__((visibility("hidden")));
15
16
17 #endif /* _LTTNG_UST_COMMON_GETCPU_H */
This page took 0.029073 seconds and 4 git commands to generate.