Commit changes in preparation for support the ATMega line.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@76 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean
2001-10-13 03:12:52 +00:00
parent 0e18e555ed
commit 42a81370c7
6 changed files with 181 additions and 103 deletions

View File

@@ -57,6 +57,6 @@ char * fmtstr ( FILEFMT format );
int fileio_setparms ( int op, struct fioparms * fp );
int fileio ( int op, char * filename, FILEFMT format,
struct avrpart * p, AVRMEM memtype, int size );
struct avrpart * p, int memtype, int size );
#endif