Revision 87ecb68b hw/pcnet.c

b/hw/pcnet.c
35 35
 * http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR92C990.txt
36 36
 */
37 37

  
38
#include "vl.h"
38
#include "hw.h"
39
#include "pci.h"
40
#include "net.h"
41
#include "qemu-timer.h"
39 42

  
40 43
//#define PCNET_DEBUG
41 44
//#define PCNET_DEBUG_IO
......
2008 2011
/* SPARC32 interface */
2009 2012

  
2010 2013
#if defined (TARGET_SPARC) && !defined(TARGET_SPARC64) // Avoid compile failure
2014
#include "sun4m.h"
2011 2015

  
2012 2016
static void parent_lance_reset(void *opaque, int irq, int level)
2013 2017
{

Also available in: Unified diff