Linux-libre 3.0.60-gnu1
[librecmc/linux-libre.git] / drivers / staging / ft1000 / ft1000-pcmcia / boot.h
1 //---------------------------------------------------------------------------
2 // FT1000 driver for Flarion Flash OFDM NIC Device
3 //
4 // Copyright (C) 2002 Flarion Technologies, All rights reserved.
5 //
6 // This program is free software; you can redistribute it and/or modify it
7 // under the terms of the GNU General Public License as published by the Free
8 // Software Foundation; either version 2 of the License, or (at your option) any
9 // later version. This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 // or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
12 // more details. You should have received a copy of the GNU General Public
13 // License along with this program; if not, write to the
14 // Free Software Foundation, Inc., 59 Temple Place -
15 // Suite 330, Boston, MA 02111-1307, USA.
16 //---------------------------------------------------------------------------
17 //
18 // File:         boot.h
19 //
20 // Description:    boatloader
21 //
22 // History:
23 // 1/11/05    Whc                Ported to Linux.
24 //
25 //---------------------------------------------------------------------------
26 #ifndef _BOOTH_
27 #define _BOOTH_
28
29 // Official bootloader
30 unsigned char bootimage [] = {
31 /*(DEBLOBBED)*/
32 };
33
34 #endif