herr.h 457 Bytes

/*---------------------------------------------------------------------*
        Copyright (C) 1998 Nintendo.
        
        $RCSfile: herr.h,v $
        $Revision: 1.1.1.1 $
        $Date: 2002/05/02 03:27:21 $
 *---------------------------------------------------------------------*/

#ifndef __ERR_H__
#define __ERR_H__

extern void scr_error(void);
extern void err_print(void);
extern void err_set(s32 no);
extern void rtc_noReadMode(void);
 
#endif