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:
bsd
2001-10-13 03:12:52 +00:00
parent 2eec695f4c
commit c4c6988306
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