8 lines
167 B
C
8 lines
167 B
C
|
#pragma once
|
||
|
|
||
|
#include "include/zcall.h"
|
||
|
|
||
|
z_err_t ThreadCreate(ZThreadCreateReq* req);
|
||
|
z_err_t ThreadStart(ZThreadStartReq* req);
|
||
|
z_err_t ThreadExit(ZThreadExitReq*);
|