xemu/hw/nvnet.h

27 lines
854 B
C

/*
* QEMU nForce Ethernet Controller implementation
*
* Copyright (c) 2013 espes
*
* 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 or
* (at your option) version 3 of the License.
*
* 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.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef HW_NVNET_H
#define HW_NVNET_H
#include "hw/pci/pci.h"
void nvnet_init(PCIBus *bus, int devfn, qemu_irq irq);
#endif