patch-2.4.25 linux-2.4.25/drivers/net/sk98lin/h/skgehwt.h
Next file: linux-2.4.25/drivers/net/sk98lin/h/skgei2c.h
Previous file: linux-2.4.25/drivers/net/sk98lin/h/skgehw.h
Back to the patch index
Back to the overall index
- Lines: 62
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/drivers/net/sk98lin/h/skgehwt.h
- Orig date:
2003-11-28 10:26:20.000000000 -0800
diff -urN linux-2.4.24/drivers/net/sk98lin/h/skgehwt.h linux-2.4.25/drivers/net/sk98lin/h/skgehwt.h
@@ -1,9 +1,9 @@
/******************************************************************************
*
* Name: skhwt.h
- * Project: Gigabit Ethernet Adapters, Schedule-Modul
- * Version: $Revision: 1.6 $
- * Date: $Date: 2003/05/13 17:57:48 $
+ * Project: Gigabit Ethernet Adapters, Event Scheduler Module
+ * Version: $Revision: 1.7 $
+ * Date: $Date: 2003/09/16 12:55:08 $
* Purpose: Defines for the hardware timer functions
*
******************************************************************************/
@@ -27,6 +27,9 @@
* History:
*
* $Log: skgehwt.h,v $
+ * Revision 1.7 2003/09/16 12:55:08 rschmidt
+ * Editorial changes
+ *
* Revision 1.6 2003/05/13 17:57:48 mkarl
* Editorial changes.
*
@@ -34,7 +37,7 @@
* Changed license header to GPL.
*
* Revision 1.4 1998/08/19 09:50:58 gklug
- * fix: remove struct keyword from c-code (see CCC) add typedefs
+ * fix: remove struct keyword from C-code (see CCC) add typedefs
*
* Revision 1.3 1998/08/14 07:09:29 gklug
* fix: chg pAc -> pAC
@@ -44,10 +47,6 @@
*
* Revision 1.1 1998/08/07 09:32:58 gklug
* first version
- *
- *
- *
- *
*
******************************************************************************/
@@ -64,14 +63,14 @@
* - use in Adapters context name pAC->Hwt
*/
typedef struct s_Hwt {
- SK_U32 TStart ; /* HWT start */
- SK_U32 TStop ; /* HWT stop */
- int TActive ; /* HWT: flag : active/inactive */
+ SK_U32 TStart; /* HWT start */
+ SK_U32 TStop; /* HWT stop */
+ int TActive; /* HWT: flag : active/inactive */
} SK_HWT;
extern void SkHwtInit(SK_AC *pAC, SK_IOC Ioc);
extern void SkHwtStart(SK_AC *pAC, SK_IOC Ioc, SK_U32 Time);
extern void SkHwtStop(SK_AC *pAC, SK_IOC Ioc);
-extern SK_U32 SkHwtRead(SK_AC *pAC,SK_IOC Ioc);
+extern SK_U32 SkHwtRead(SK_AC *pAC, SK_IOC Ioc);
extern void SkHwtIsr(SK_AC *pAC, SK_IOC Ioc);
#endif /* _SKGEHWT_H_ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)