Removed compile warnings.

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@229 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent c227f83af3
commit fd3977fafa

@ -23,6 +23,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>

@ -33,6 +33,7 @@
*/
#include <stdint.h>
#include <string.h>
#include <flash/intel.h>
#include "part.h"

@ -43,6 +43,9 @@ get_token( char *buf )
return strtok( buf, " \f\n\r\t\v" );
}
void readmem( parts *ps );
void flashmem( parts *ps, FILE *f );
int
main( void )
{

@ -24,6 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "data_register.h"

@ -33,6 +33,7 @@
*/
#include <stdint.h>
#include <string.h>
#include <flash/cfi.h>
#include <flash/intel.h>
#include <std/mic.h>

@ -22,6 +22,7 @@
*
*/
#include <stdio.h>
#include <sys/io.h>
#include "ctrl.h"

Loading…
Cancel
Save