nx-hbmenu/common/worker.h

7 lines
136 B
C

#pragma once
#include "common.h"
bool workerInit(void);
void workerExit(void);
void workerSchedule(workerThreadFunc func, void* data);