X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6f73197f2e8b5a867c8ffe12906772e32e892ac9..5b20be02e28bb67097fc6701f7596a352b39f902:/software/usbasp.h?ds=sidebyside diff --git a/software/usbasp.h b/software/usbasp.h deleted file mode 100644 index 0592d5bce..000000000 --- a/software/usbasp.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef __usbasp_h__ -#define __usbasp_h__ - -#include "avrpart.h" - - -#define USBDEV_VENDOR 0x03eb /* ATMEL */ -#define USBDEV_PRODUCT 0xc7B4 /* USBasp */ - -#define USBASP_FUNC_CONNECT 1 -#define USBASP_FUNC_DISCONNECT 2 -#define USBASP_FUNC_TRANSMIT 3 -#define USBASP_FUNC_READFLASH 4 -#define USBASP_FUNC_ENABLEPROG 5 -#define USBASP_FUNC_WRITEFLASH 6 -#define USBASP_FUNC_READEEPROM 7 -#define USBASP_FUNC_WRITEEEPROM 8 - -#define USBASP_BLOCKFLAG_FIRST 1 -#define USBASP_BLOCKFLAG_LAST 2 - -#define USBASP_READBLOCKSIZE 200 -#define USBASP_WRITEBLOCKSIZE 200 - - -void usbasp_initpgm (PROGRAMMER * pgm); - -#endif /* __usbasp_h__ */