1 // SPDX-License-Identifier: 0BSD
3 ///////////////////////////////////////////////////////////////////////////////
5 /// \file tuklib_cpucores.h
6 /// \brief Get the number of CPU cores online
8 // Author: Lasse Collin
10 ///////////////////////////////////////////////////////////////////////////////
12 #ifndef TUKLIB_CPUCORES_H
13 #define TUKLIB_CPUCORES_H
15 #include "tuklib_common.h"
18 #define tuklib_cpucores TUKLIB_SYMBOL(tuklib_cpucores)
19 extern uint32_t tuklib_cpucores(void);