Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 635 → Rev 636

/shark/trunk/drivers/net/eth.c
20,11 → 20,11
 
/**
------------
CVS : $Id: eth.c,v 1.9 2004-05-11 14:30:49 giacomo Exp $
CVS : $Id: eth.c,v 1.10 2004-05-11 16:03:40 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.9 $
Last update: $Date: 2004-05-11 14:30:49 $
Revision: $Revision: 1.10 $
Last update: $Date: 2004-05-11 16:03:40 $
------------
**/
 
65,7 → 65,7
#include <kernel/kern.h>
#include <modules/hartport.h>
 
#include <drivers/pci.h>
#include <linux/pci.h>
 
#include "eth_priv.h"
#include "netbuff.h"