/* **************************************************************************** * * iwleeprom - EEPROM reader/writer for intel wifi cards. * Copyright (C) 2010, Alexander "ittrium" Kalinichenko * ICQ: 152322, Skype: ittr1um * Copyright (C) 2010, Gennady "ShultZ" Kozlov * * * 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 * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * **************************************************************************** */ #ifndef iwlio_h_included #define iwlio_h_included #include "iwleeprom.h" #define INTEL_PCI_VID 0x8086 extern struct io_driver io_iwl4965; extern struct io_driver io_iwl5k; extern struct io_driver io_iwl6k; #endif