hreset.h
443 Bytes
/*---------------------------------------------------------------------*
Copyright (C) 1998 Nintendo.
$RCSfile: hreset.h,v $
$Revision: 1.1.1.1 $
$Date: 2002/05/02 03:27:33 $
*---------------------------------------------------------------------*/
/*
* ꥻåȽ
*
*/
#ifndef __RESET_C__
#define __RESET_C__
#define RESET_THREAD_PRIORITY 127
extern void rst_create(void);
#endif