Fix version.sh compatiblity with Solaris
[xz/debian.git] / src / common / tuklib_cpucores.h
blobedff9395e41ccae976bf9903cdf6900aa8ce18cb
1 // SPDX-License-Identifier: 0BSD
3 ///////////////////////////////////////////////////////////////////////////////
4 //
5 /// \file tuklib_cpucores.h
6 /// \brief Get the number of CPU cores online
7 //
8 // Author: Lasse Collin
9 //
10 ///////////////////////////////////////////////////////////////////////////////
12 #ifndef TUKLIB_CPUCORES_H
13 #define TUKLIB_CPUCORES_H
15 #include "tuklib_common.h"
16 TUKLIB_DECLS_BEGIN
18 #define tuklib_cpucores TUKLIB_SYMBOL(tuklib_cpucores)
19 extern uint32_t tuklib_cpucores(void);
21 TUKLIB_DECLS_END
22 #endif