Revert "Rename "libside" to "libtgif""
[libside.git] / src / smp.h
1 // SPDX-License-Identifier: MIT
2 /*
3 * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4 * Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
5 */
6
7 #ifndef _SIDE_SMP_H
8 #define _SIDE_SMP_H
9
10 int get_possible_cpus_array_len(void) __attribute__((visibility("hidden")));
11
12 #endif /* _SIDE_SMP_H */
This page took 0.028397 seconds and 4 git commands to generate.