Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 965 → Rev 966

/shark/trunk/drivers/net/include/drivers/udpip.h
20,11 → 20,11
 
/**
------------
CVS : $Id: udpip.h,v 1.1 2004-05-11 15:14:48 giacomo Exp $
CVS : $Id: udpip.h,v 1.2 2005-02-25 11:04:03 pj Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2004-05-11 15:14:48 $
Revision: $Revision: 1.2 $
Last update: $Date: 2005-02-25 11:04:03 $
------------
 
**/
60,7 → 60,7
 
/* First, include the net general definitions */
 
#include <modules/hartport.h>
#include <hartport/hartport/hartport.h>
#include <drivers/net.h>
 
#ifndef __UDPIP_H__
/shark/trunk/drivers/net/eth.c
20,11 → 20,11
 
/**
------------
CVS : $Id: eth.c,v 1.11 2005-01-08 14:57:06 pj Exp $
CVS : $Id: eth.c,v 1.12 2005-02-25 11:04:03 pj Exp $
 
File: $File$
Revision: $Revision: 1.11 $
Last update: $Date: 2005-01-08 14:57:06 $
Revision: $Revision: 1.12 $
Last update: $Date: 2005-02-25 11:04:03 $
------------
**/
 
63,7 → 63,7
int netlev;
 
#include <kernel/kern.h>
#include <modules/hartport.h>
#include <hartport/hartport/hartport.h>
 
#include <linux/pci.h>
 
/shark/trunk/drivers/input/shark/shark_keyb.c
24,7 → 24,7
 
#include <kernel/kern.h>
#include <signal.h>
#include <modules/hartport.h>
#include <hartport/hartport/hartport.h>
 
#include "../include/drivers/shark_input26.h"
#include "../include/drivers/shark_keyb26.h"
/shark/trunk/drivers/input/shark/mcurtxt.c
26,7 → 26,7
*/
 
#include <kernel/kern.h>
#include <modules/sem.h>
#include <sem/sem/sem.h>
 
#include "../include/drivers/shark_input26.h"
#include "../include/drivers/shark_mouse26.h"
/shark/trunk/drivers/oldchar/mcurtxt.c
20,11 → 20,11
 
/**
------------
CVS : $Id: mcurtxt.c,v 1.1 2003-03-24 10:54:17 pj Exp $
CVS : $Id: mcurtxt.c,v 1.2 2005-02-25 11:04:03 pj Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2003-03-24 10:54:17 $
Revision: $Revision: 1.2 $
Last update: $Date: 2005-02-25 11:04:03 $
------------
 
Author: Massimiliano Giorgi
63,7 → 63,7
#include <drivers/mouse.h>
//#include <cons.h>
#include "_mouse.h"
#include <modules/sem.h>
#include <sem/sem/sem.h>
 
/* these are the actual mouse coordinates (defined into mouse.c) */
extern short int mouse_x;
/shark/trunk/drivers/oldchar/keyb.c
20,11 → 20,11
 
/**
------------
CVS : $Id: keyb.c,v 1.3 2005-01-08 14:57:06 pj Exp $
CVS : $Id: keyb.c,v 1.4 2005-02-25 11:04:03 pj Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2005-01-08 14:57:06 $
Revision: $Revision: 1.4 $
Last update: $Date: 2005-02-25 11:04:03 $
------------
 
Author: Giuseppe Lipari
110,7 → 110,7
 
#include <kernel/kern.h>
#include <signal.h>
#include <modules/hartport.h>
#include <hartport/hartport/hartport.h>
 
#include <drivers/keyb.h>
#include <drivers/keycode.h>
/shark/trunk/drivers/oldchar/ps2mouse.c
20,11 → 20,11
 
/**
------------
CVS : $Id: ps2mouse.c,v 1.1 2003-03-24 10:54:17 pj Exp $
CVS : $Id: ps2mouse.c,v 1.2 2005-02-25 11:04:03 pj Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2003-03-24 10:54:17 $
Revision: $Revision: 1.2 $
Last update: $Date: 2005-02-25 11:04:03 $
------------
 
Author: Massimiliano Giorgi
66,7 → 66,7
//#include "vm.h"
#include <kernel/kern.h>
//#include "exc.h"
#include <modules/hartport.h>
#include <hartport/hartport/hartport.h>
 
#include "8042.h"
#include <drivers/mouse.h>