thread.h
390 Bytes
/*---------------------------------------------------------------------
File : thread.h
Coded by Tetsuyuki Ootsuka. July, 1998.
Copyright by Nintendo, Co., Ltd. 1998.
---------------------------------------------------------------------*/
#ifndef _thread_h_
#define _thread_h_
/*
* Thread ID for debugging
*/
#define TID_IDLE 1
#define TID_MAINPROC 3
#endif