d06ef0747897edcbef8bbdb8331122075928c0a3
[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 _TGIF_SMP_H
8 #define _TGIF_SMP_H
9
10 int get_possible_cpus_array_len(void) __attribute__((visibility("hidden")));
11
12 #endif /* _TGIF_SMP_H */
This page took 0.029292 seconds and 3 git commands to generate.