Updated FSF address in all files. Fixes ticket:51
[debian/gnuradio] / ezdop / src / host / avrdude / ftbb.h
1 /*
2  * avrdude - A Downloader/Uploader for AVR device programmers
3  * Copyright (C) 2003-2004  Theodore A. Roth  <troth@openavr.org>
4  * Copyright (C) 2005 Johnathan Corgan <jcorgan@aeinet.com>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Boston, MA  02110-1301  USA
19  */
20
21 #ifndef __ftbb_h__
22 #define __ftbb_h__
23
24 #include "avrpart.h"
25
26 void ftbb_initpgm (PROGRAMMER *pgm);
27
28 // TODO: Update with actual id's once established for product
29 // These are for FTDI unprogrammed parts
30 #define EZDOP_VENDORID  0x0403
31 #define EZDOP_PRODUCTID 0x6001
32
33 #endif /* __ftbb_h__ */