/*
 * $Id: u64uty.h,v 1.1 2003/02/07 18:15:44 wheeler Exp $
 *
 * ６４ＯＳ用ミニユーティリティ関数集
 *
 * $Log: u64uty.h,v $
 * Revision 1.1  2003/02/07 18:15:44  wheeler
 * Fox's version of libultra and friends.
 *
 * Revision 1.1  1997/03/05  05:33:24  hayakawa
 * Initial revision
 *
 */

#ifndef __U64UTY_H_
#define __U64UTY_H_

#ifdef __cplusplus
extern "C" {
#endif
    
    void KillRspRdp(void);		/* RSP/RDPを強制停止させる */
    
#ifdef __cplusplus
} /* extern "C" */
#endif

#endif /* __U64UTY_H_ */
