mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-18 23:37:16 -05:00
19 lines
176 B
C
19 lines
176 B
C
#pragma once
|
|
#include <wut.h>
|
|
|
|
WUT_LIB_HEADER_START
|
|
|
|
uint32_t
|
|
OSGetCoreCount();
|
|
|
|
uint32_t
|
|
OSGetCoreId();
|
|
|
|
uint32_t
|
|
OSGetMainCoreId();
|
|
|
|
BOOL
|
|
OSIsMainCore();
|
|
|
|
WUT_LIB_HEADER_END
|