irqueue.c
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:16k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*********************************************************************
  2.  *                
  3.  * Filename:      irqueue.c
  4.  * Version:       0.3
  5.  * Description:   General queue implementation
  6.  * Status:        Experimental.
  7.  * Author:        Dag Brattli <dagb@cs.uit.no>
  8.  * Created at:    Tue Jun  9 13:29:31 1998
  9.  * Modified at:   Sun Dec 12 13:48:22 1999
  10.  * Modified by:   Dag Brattli <dagb@cs.uit.no>
  11.  * Modified at:   Thu Jan  4 14:29:10 CET 2001
  12.  * Modified by:   Marc Zyngier <mzyngier@freesurf.fr>
  13.  * 
  14.  *     Copyright (C) 1998-1999, Aage Kvalnes <aage@cs.uit.no>
  15.  *     Copyright (C) 1998, Dag Brattli, 
  16.  *     All Rights Reserved.
  17.  *
  18.  *     This code is taken from the Vortex Operating System written by Aage
  19.  *     Kvalnes. Aage has agreed that this code can use the GPL licence,
  20.  *     although he does not use that licence in his own code.
  21.  *     
  22.  *     This copyright does however _not_ include the ELF hash() function
  23.  *     which I currently don't know which licence or copyright it
  24.  *     has. Please inform me if you know.
  25.  *      
  26.  *     This program is free software; you can redistribute it and/or 
  27.  *     modify it under the terms of the GNU General Public License as 
  28.  *     published by the Free Software Foundation; either version 2 of 
  29.  *     the License, or (at your option) any later version.
  30.  *  
  31.  *     Neither Dag Brattli nor University of Troms