Just4Trionic - CAN and BDM FLASH programmer for Saab cars

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers srecutils.h Source File

srecutils.h

00001 /*******************************************************************************
00002 
00003 srecutils.h - information and definitions needed for working with S-Records
00004 (c) 2010 by Sophie Dexter
00005 
00006 ********************************************************************************
00007 
00008 WARNING: Use at your own risk, sadly this software comes with no guarantees.
00009 This software is provided 'free' and in good faith, but the author does not
00010 accept liability for any damage arising from its use.
00011 
00012 *******************************************************************************/
00013 
00014 #include "mbed.h"
00015 
00016 #include "common.h"
00017 
00018 extern int SRecGetByte(FILE *fp);
00019 extern int SRecGetAddress(int size, FILE *fp);