*avrpart.c,avr.c: Moved elementary functions on types OPCODE, AVRMEM and AVRPART from avr.c to new file avrpart.c

*avr.h: Removed prototypes for moved functions
*avrpart.h: Added prototypes for functions in avrpart.c
*Makefile.am: Added new file avrpart.c


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@388 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
hinni
2003-11-30 16:42:10 +00:00
parent 885d915a1c
commit c5d2aafb12
5 changed files with 502 additions and 463 deletions

View File

@@ -52,6 +52,7 @@ avrdude_SOURCES = \
avr.h \
avr910.c \
avr910.h \
avrpart.c \
avrpart.h \
butterfly.c \
butterfly.h \