]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/sk98lin/h/skqueue.h
* Patches by Xianghua Xiao, 15 Oct 2003:
[karo-tx-uboot.git] / drivers / sk98lin / h / skqueue.h
index 2bafd6e3eb82c7a714ff7fe740c644e47f6ca31b..bce20a75b6f67b1feb0da6a65a74e1d6f3bfe2af 100644 (file)
  *     $Log: skqueue.h,v $
  *     Revision 1.14  2002/03/15 10:52:13  mkunz
  *     Added event classes for link aggregation
- *     
+ *
  *     Revision 1.13  1999/11/22 13:59:05  cgoos
  *     Changed license header to GPL.
- *     
+ *
  *     Revision 1.12  1998/09/08 08:48:01  gklug
  *     add: init level handling
- *     
+ *
  *     Revision 1.11  1998/09/03 14:15:11  gklug
  *     add: CSUM and HWAC Eventclass and function.
  *     fix: pParaPtr according to CCC
- *     
+ *
  *     Revision 1.10  1998/08/20 12:43:03  gklug
  *     add: typedef SK_QUEUE
- *     
+ *
  *     Revision 1.9  1998/08/19 09:50:59  gklug
  *     fix: remove struct keyword from c-code (see CCC) add typedefs
- *     
+ *
  *     Revision 1.8  1998/08/18 07:00:01  gklug
  *     fix: SK_PTR not defined use void * instead.
- *     
+ *
  *     Revision 1.7  1998/08/17 13:43:19  gklug
  *     chg: Parameter will be union of 64bit para, 2 times SK_U32 or SK_PTR
- *     
+ *
  *     Revision 1.6  1998/08/14 07:09:30  gklug
  *     fix: chg pAc -> pAC
- *     
+ *
  *     Revision 1.5  1998/08/11 14:26:44  gklug
  *     chg: Event Dispatcher returns now int.
- *     
+ *
  *     Revision 1.4  1998/08/11 12:15:21  gklug
  *     add: Error numbers of skqueue module
- *     
+ *
  *     Revision 1.3  1998/08/07 12:54:23  gklug
  *     fix: first compiled version
- *     
+ *
  *     Revision 1.2  1998/08/07 09:34:00  gklug
  *     adapt structure defs to CCC
  *     add: prototypes for functions
- *     
+ *
  *     Revision 1.1  1998/07/30 14:52:12  gklug
  *     Initial version.
  *     Defines Event Classes, Event structs and queue management variables.
- *     
- *     
+ *
+ *
  *
  ******************************************************************************/
 
@@ -145,4 +145,3 @@ extern      int SkEventDispatcher(SK_AC *pAC,SK_IOC Ioc);
 #define        SKERR_Q_E002    (SKERR_Q_E001+1)
 #define        SKERR_Q_E002MSG "Undefined event class"
 #endif /* _SKQUEUE_H_ */
-