X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Finclude%2From.h;h=f9ff8b58cadc97f76fc5b8ab141545b724844d33;hb=e017a914b2679d669e201cc76f812b641aa7eea3;hp=d97677cc0076b9063bdc21ca5a798f106b917cf8;hpb=e72388a0aa23da8bc8e24a0cbe9d523c5a9ce294;p=carl9170fw.git diff --git a/carlfw/include/rom.h b/carlfw/include/rom.h index d97677c..f9ff8b5 100644 --- a/carlfw/include/rom.h +++ b/carlfw/include/rom.h @@ -3,10 +3,10 @@ * * ROM layout * - * Copyright (c) 2000-2005 ZyDAS Technology Corporation + * Copyright (c) 2000-2005 ZyDAS Technology Corporation * Copyright (c) 2007-2009 Atheros Communications, Inc. * Copyright 2009 Johannes Berg - * Copyright 2009, 2010 Christian Lamparter + * Copyright 2009-2011 Christian Lamparter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,8 +19,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #ifndef __CARL9170FW_ROM_H @@ -62,7 +61,7 @@ struct ar9170_hwtype { struct ar9170_rom { /* 0x00000000 */ - uint8_t __nulldata[8]; + uint32_t *irq_table[2]; /* 0x00000008 */ uint8_t bootcode[4968]; @@ -77,6 +76,6 @@ struct ar9170_rom { struct ar9170_eeprom sys; } __packed; -static const struct ar9170_rom rom __section(eeprom); +static const struct ar9170_rom rom __in_section(eeprom); #endif /* __CARL9170FW_ROM_H */