1
0
Files
2022-09-29 17:59:04 +03:00

44 lines
1.0 KiB
C

/*
* -------------------------------------------------------------
* $Revision: 1.1 $
* $Date: 1997/08/18 20:41:05 $
* -------------------------------------------------------------
*/
#ifdef _LANGUAGE_C
int strcmp (char *, char *, int) ;
int loadFlash (void) ;
int UOloadFlash (void) ;
int probeFlash (void) ;
int verifyFlash (void) ;
int jump2Flash (void) ;
#endif
/*
* -------------------------------------------------------------
*
* $Log: Dflash.h,v $
* Revision 1.1 1997/08/18 20:41:05 philw
* updated file from bonsai/patch2039 tree
*
* Revision 1.3 1996/10/31 21:51:02 kuang
* Bring Bonsai IP32 debugcard up to the level of IP32 debugcard v2.4 on Pulpwood
*
* Revision 1.2 1996/04/04 23:10:57 kuang
* Added more diagnostic supports
*
* Revision 1.1 1995/11/15 00:41:01 kuang
* initial checkin
*
* Revision 1.1 1995/11/14 22:45:57 kuang
* Initial revision
*
* -------------------------------------------------------------
*/
/* END OF FILE */